www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 41df4b5cfaee974e36e40e7633d1d39d4a34fa56
parent 6912edadbb3b67a98f83e7ac3b92156652708c98
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 18 Jul 2014 11:42:38 -0400

Merge pull request #864 from pkra/issue863

fixes #863
Diffstat:
Munpacked/extensions/mml2jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/extensions/mml2jax.js b/unpacked/extensions/mml2jax.js @@ -206,7 +206,7 @@ MathJax.Extension.mml2jax = { if (preview === "mathml") { isNodePreview = true; // mathml preview does not work with IE < 9, so fallback to alttext. - if (this.MathTagBug) {preview = "alttext"} else {preview = math.cloneNode(false)} + if (this.MathTagBug) {preview = "alttext"} else {preview = math.cloneNode(true)} } if (preview === "alttext" || preview === "altimg") { isNodePreview = true;