lib/plurimath/math/function/text.rb in plurimath-0.4.2 vs lib/plurimath/math/function/text.rb in plurimath-0.4.3
- old
+ new
@@ -67,10 +67,10 @@
def first_value(lang)
if lang == "omml"
entities = HTMLEntities.new
entities.encode(
entities.decode(parameter_one&.gsub(/ /, " ")),
- :named,
+ :hexadecimal,
)
else
parameter_one
end
end