Merge pull request #864 from pkra/issue863

fixes #863
This commit is contained in:
Davide P. Cervone 2014-07-18 11:42:38 -04:00
commit 41df4b5cfa

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;