diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index e01f7c2134..9fe6e15cc4 100644 --- a/src/mathed/MathMacro.cpp +++ b/src/mathed/MathMacro.cpp @@ -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 << " '; return; }