commit bdd370b03741391cfd73a97f81aa6e1e427d01d5
parent bb5f0cf279ef223c5cf4f5f245593c7b622227de
Author: Davide P. Cervone <dpvc@union.edu>
Date: Sat, 27 Dec 2014 12:51:09 -0500
Merge branch 'issue949' into develop. Issue #949.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/HTML-CSS/autoload/multiline.js b/unpacked/jax/output/HTML-CSS/autoload/multiline.js
@@ -514,7 +514,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
//
if (end.length === 0) {
var s = this.data[this.sup] || this.data[this.sub];
- if (s) {
+ if (s && this.HTMLnotEmpty(s)) {
var box = s.HTMLspanElement().parentNode, stack = box.parentNode;
if (this.data[this.base]) {stack.removeChild(stack.firstChild)}
for (box = stack.firstChild; box; box = box.nextSibling)