Prevent empty annotation as first child of semantics element from producing an error. Resolves issue #805.
This commit is contained in:
parent
3ca32dc64b
commit
34c723aa9e
|
@ -2772,6 +2772,7 @@
|
|||
MML.mtable.Augment({toHTML: MML.mbase.HTMLautoload});
|
||||
|
||||
MML["annotation-xml"].Augment({toHTML: MML.mbase.HTMLautoload});
|
||||
MML.annotation.Augment({toHTML: function (span) {return this.HTMLcreateSpan(span)}});
|
||||
|
||||
MML.math.Augment({
|
||||
toHTML: function (span,node) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user