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

This commit is contained in:
Davide P. Cervone 2015-04-14 14:59:22 -04:00
parent 4cce3df7b3
commit 2c44d2ecac

View File

@ -1228,7 +1228,7 @@ MathJax.ElementJax.mml.Augment({
}); });
MML.maligngroup = MML.mbase.Subclass({ MML.maligngroup = MML.mbase.Subclass({
type: "malign", type: "maligngroup",
isSpacelike: function () {return true}, isSpacelike: function () {return true},
defaults: { defaults: {
mathbackground: MML.INHERIT, mathbackground: MML.INHERIT,