Fix undefined variable (due to a name change; missed one). Resolves issue #428.
This commit is contained in:
parent
167d7ab328
commit
23edb8c49b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -440,7 +440,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
|
|||
if (indent.indentalign === MML.INDENTALIGN.CENTER) {mw += 4*dw + 2*C[LABEL].bbox.w}
|
||||
else if (indent.indentalign !== CALIGN[LABEL]) {mw += 2*dw + C[LABEL].bbox.w}
|
||||
span.style.minWidth = span.bbox.minWidth =
|
||||
eqn.style.minWidth = eqn.bbox.minWidth = HTMLCSS.Em(min);
|
||||
eqn.style.minWidth = eqn.bbox.minWidth = HTMLCSS.Em(mw);
|
||||
}
|
||||
//
|
||||
// Finish the table
|
||||
|
|
Loading…
Reference in New Issue
Block a user