Support for IE+MathPlayer.

Sync with latest Maruku.
This commit is contained in:
Jacques Distler 2007-01-24 10:53:10 -06:00
parent 1c05a94d1b
commit 488dd334f7
9 changed files with 74 additions and 28 deletions

View file

@ -42,14 +42,6 @@ Same thing as `html_math_engine`, only for PNG output.
module MaRuKu; module Out; module HTML
def add_class_to(el, cl)
el.attributes['class'] =
if already = el.attributes['class']
already + " " + cl
else
cl
end
end
# Creates an xml Mathml document of self.math
def render_mathml(kind, tex)