www

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

commit 34c723aa9ece800de0df775a0530b9d046dc218d
parent 3ca32dc64b3477875709c0a0f5f2ed3ee0b75c40
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue, 19 Aug 2014 15:28:25 -0400

Prevent empty annotation as first child of semantics element from producing an error.  Resolves issue #805.

Diffstat:
Munpacked/jax/output/HTML-CSS/jax.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js @@ -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) {