lib/plurimath/math/function/left.rb in plurimath-0.8.10 vs lib/plurimath/math/function/left.rb in plurimath-0.8.11

- old
+ new

@@ -8,10 +8,10 @@ class Left < UnaryFunction def to_asciimath "left#{parameter_one}" end - def to_mathml_without_math_tag + def to_mathml_without_math_tag(intent) mo = Utility.ox_element("mo") mo << left_paren if parameter_one mo end