]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.cpp
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathSpace.cpp
index db096092b8e0d2b8767b0f960827bee9417b44ef..8e764868eb877dba43ec49667e024338318cb788 100644 (file)
@@ -209,7 +209,7 @@ void InsetMathSpace::mathmlize(MathStream & ms) const
                l = ss.str() + "px";
        }
 
-       ms << "<mspace";
+       ms << "<" << from_ascii(ms.namespacedTag("mspace"));
        if (!l.empty())
                ms << " width=\"" << from_ascii(l) << "\"";
        ms << " />";