Use proper spacing before msubsup.

This commit is contained in:
Davide P. Cervone 2015-03-09 16:23:00 -04:00
parent e5a09146dd
commit 434606ae1f

View File

@ -1582,6 +1582,7 @@
} }
} }
CHTML.cleanBBox(BBOX); CHTML.cleanBBox(BBOX);
this.CHTMLhandleSpace(node);
return node; return node;
} }
}); });