1
0
Fork 0

Omit redundant type="text/javascript" (#543)

https://mathiasbynens.be/notes/html5-levels#type-attributes
This commit is contained in:
Mathias Bynens 2018-11-20 23:49:24 -08:00 committed by Sylvain Pace
parent 6194722fac
commit 59a9617512

View file

@ -20,8 +20,8 @@
</div>
</div>
<!-- at the end of the BODY -->
<script type="text/javascript" src="http://127.0.0.1:8080/docsearch.js"></script>
<script type="text/javascript">
<script src="http://127.0.0.1:8080/docsearch.js"></script>
<script>
docsearch({
apiKey: '25626fae796133dc1e734c6bcaaeac3c',
indexName: 'docsearch',