Use CDATA tag around the MathJax script.

This commit is contained in:
aherbert 2019-06-17 12:21:38 +01:00
parent 418f2eb7f4
commit 5fc2399650
1 changed files with 3 additions and 4 deletions

View File

@ -57,7 +57,7 @@
<item name="Developers Guide" href="/developers.html"/>
<item name="Proposal" href="/proposal.html"/>
</menu>
<menu name="User Guide">
<item name="Contents" href="/userguide/index.html"/>
<item name="Overview" href="/userguide/overview.html"/>
@ -81,10 +81,9 @@
<item name="Machine Learning" href="/userguide/ml.html"/>
<item name="Exceptions" href="/userguide/exceptions.html"/>
</menu>
<head>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" />]]>
</head>
</body>