Skip to content

Commit

Permalink
Merge pull request #3406 from w3c/tidy-up-techniques-code
Browse files Browse the repository at this point in the history
closing link tag
  • Loading branch information
alastc authored Sep 19, 2023
2 parents 24a470f + b68354b commit 8cd308e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/client-side-script/SCR14.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>Expected Results</h3>
</ul>
</section>
</section>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body></html>

0 comments on commit 8cd308e

Please sign in to comment.