fixes #863 -- math.cloneNode should be set to true

This commit is contained in:
Peter Krautzberger 2014-07-10 12:47:30 +02:00
parent 6912edadbb
commit 682bc7969e

View File

@ -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;