Omit redundant type="text/javascript" (#543)
https://mathiasbynens.be/notes/html5-levels#type-attributes
This commit is contained in:
parent
6194722fac
commit
59a9617512
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue