Add missing mu value to length2em

This commit is contained in:
Davide P. Cervone 2011-11-01 14:25:05 -04:00
parent eb99398f07
commit c1ab395327
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -76,7 +76,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
);
if (VALUES.linebreakstyle === MML.LINEBREAKSTYLE.INFIXLINEBREAKSTYLE)
{VALUES.linebreakstyle = this.Get("infixlinebreakstyle")}
VALUES.lineleading = HTMLCSS.length2em(VALUES.lineleading,0.5);
VALUES.lineleading = HTMLCSS.length2em(VALUES.lineleading,1,0.5);
//
// Remove old color and break the span at its best line breaks