www

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

commit 2c44d2ecacb57d89d47159f401e3a2bd930cf6df
parent 4cce3df7b3d09d6178964f7f5f28e4c461ea1640
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 14 Apr 2015 14:59:22 -0400

Use correct name for maligngroup elements in toMathML output. Resolves issue #1089

Diffstat:
Munpacked/jax/element/mml/jax.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/jax/element/mml/jax.js b/unpacked/jax/element/mml/jax.js @@ -1228,7 +1228,7 @@ MathJax.ElementJax.mml.Augment({ }); MML.maligngroup = MML.mbase.Subclass({ - type: "malign", + type: "maligngroup", isSpacelike: function () {return true}, defaults: { mathbackground: MML.INHERIT,