Remove JS comment from HTML (#7154)

Illegal, turn into HTML comment
This commit is contained in:
Florian Kohrt 2021-03-16 17:20:54 +01:00 committed by GitHub
parent 84b7a15375
commit afa801ed3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ $body$
<script src="$revealjs-url$/dist/reveal.js"></script>
// reveal.js plugins
<!-- reveal.js plugins -->
<script src="$revealjs-url$/plugin/notes/notes.js"></script>
<script src="$revealjs-url$/plugin/search/search.js"></script>
<script src="$revealjs-url$/plugin/zoom/zoom.js"></script>