Skip to content

Commit

Permalink
Move the Hypothesis script inside the body
Browse files Browse the repository at this point in the history
Edge 17 complains if the script is outside the body.
  • Loading branch information
esanzgar committed Sep 7, 2021
1 parent 939ade8 commit ccd20e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-server/documents/html/doyle-embedded.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,6 @@
Gutenberg Literary Archive Foundation, how to help produce our new eBooks,
and how to subscribe to our email newsletter to hear about new eBooks.
</p>
</body>
{{{ hypothesisScript }}}
</body>
</html>
2 changes: 1 addition & 1 deletion dev-server/documents/html/doyle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,6 @@
Gutenberg Literary Archive Foundation, how to help produce our new eBooks,
and how to subscribe to our email newsletter to hear about new eBooks.
</p>
</body>
{{{ hypothesisScript }}}
</body>
</html>

0 comments on commit ccd20e5

Please sign in to comment.