]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoldSymbol.cpp
typo
[lyx.git] / src / mathed / InsetMathBoldSymbol.cpp
index ba20aab80789fa0170a270c96b8f2ee0c97012b9..a0651ea52e0908d4e5a7c99ed3fd94337d97ab42 100644 (file)
@@ -109,9 +109,9 @@ void InsetMathBoldSymbol::write(TeXMathStream & os) const
 
 void InsetMathBoldSymbol::mathmlize(MathMLStream & ms) const
 {
-       ms << "<" << from_ascii(ms.namespacedTag("mstyle")) << " mathvariant='bold'>"
+       ms << MTagInline("mstyle", "mathvariant='bold'>")
           << cell(0)
-          << "</" << from_ascii(ms.namespacedTag("mstyle")) << ">";
+          << ETagInline("mstyle");
 }