diff --git a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js index e60755e00..32f7d1cc9 100644 --- a/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js +++ b/unpacked/jax/output/CommonHTML/autoload/mmultiscripts.js @@ -179,8 +179,8 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () { if (!BOX) { // // Add the box to the node temporarily so that it is in the DOM - // (to CHTMLnodeElement() can be used in the toCommonHTML() below) - // See issue #1480 + // (so that CHTMLnodeElement() can be used in the toCommonHTML() below). + // See issue #1480. // BOX = state.BOX[type] = CHTML.addElement(node,"mjx-"+type); BBOX = state.BBOX[type] = CHTML.BBOX.empty();