www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 434606ae1fcbdce6cdad2f3efec684c52ec0057f
parent e5a09146dd26673b5e6f323f48033bc95953a1f6
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Mon,  9 Mar 2015 16:23:00 -0400

Use proper spacing before msubsup.

Diffstat:
Munpacked/jax/output/CommonHTML/jax.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -1582,6 +1582,7 @@ } } CHTML.cleanBBox(BBOX); + this.CHTMLhandleSpace(node); return node; } });