diff --git a/public/res/eventMgr.js b/public/res/eventMgr.js index 7b124dce..6b3a2cc6 100644 --- a/public/res/eventMgr.js +++ b/public/res/eventMgr.js @@ -233,7 +233,7 @@ define([ _.each(previewContentsElt.children, function(elt) { if(!elt.exportableHtml) { var clonedElt = elt.cloneNode(true); - _.each(clonedElt.querySelectorAll('.MathJax, .MathJax_Display, .MathJax_Preview'), function(elt) { + _.each(clonedElt.querySelectorAll('.MathJax_SVG, .MathJax_SVG_Display, .MathJax_Preview'), function(elt) { elt.parentNode.removeChild(elt); }); elt.exportableHtml = clonedElt.innerHTML;