]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.cpp
Allow automatic text direction in Painter::text()
[lyx.git] / src / mathed / MathMacro.cpp
index e01f7c213440528574c46b25c94977d094ea508a..9fe6e15cc46f3728ad9629dfaa7388357d5d479b 100644 (file)
@@ -1008,7 +1008,7 @@ void MathMacro::mathmlize(MathStream & os) const
                docstring const xmlname = d->macro_->xmlname();
                if (!xmlname.empty()) {
                        char const * type = d->macro_->MathMLtype();
-                       os << '<' << type << "> " << xmlname << " /<"
+                       os << '<' << type << "> " << xmlname << " </"
                           << type << '>';
                        return;
                }