Use correct name for maligngroup elements in toMathML output. Resolves issue #1089
This commit is contained in:
parent
4cce3df7b3
commit
2c44d2ecac
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user