This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit b04c5aea679d3760c70f6de5d50eaba73fdd6c01 Author: aherbert <[email protected]> AuthorDate: Tue Nov 1 12:02:20 2022 +0000 Use latest MathJax URL on site pages --- src/site/site.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index d0bbd468..865da8b8 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -28,9 +28,9 @@ <body> <head> - <![CDATA[<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"> - </script> - <link rel="stylesheet" href="$relativePath/style/module.css" type="text/css" />]]> + <![CDATA[<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> +<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> +<link rel="stylesheet" href="$relativePath/style/module.css" type="text/css" />]]> </head> <menu name="RNG">
