fixes #863 -- math.cloneNode should be set to true
This commit is contained in:
parent
6912edadbb
commit
682bc7969e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user