lib/plurimath/math/function/text.rb in plurimath-0.6.0 vs lib/plurimath/math/function/text.rb in plurimath-0.7.0

- old
+ new

@@ -27,10 +27,10 @@ def to_html parse_text("html") || parameter_one end - def to_omml_without_math_tag(_display_style) + def to_omml_without_math_tag(_) text = Utility.ox_element("t", namespace: "m") text << (parse_text("omml") || parameter_one) [text] end