lib/plurimath/math/function/sup.rb in plurimath-0.3.9 vs lib/plurimath/math/function/sup.rb in plurimath-0.4.1

- old
+ new

@@ -8,11 +8,11 @@ class Sup < UnaryFunction def to_mathml_without_math_tag Utility.ox_element("mo") << "sup" end - def to_omml_without_math_tag - [r_element("sup"), omml_value] + def to_omml_without_math_tag(display_style) + [r_element("sup", rpr_tag: false), omml_value(display_style)] end end end end end