]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.cpp
typo
[lyx.git] / src / mathed / InsetMathNumber.cpp
index 3b10c7a45b4d152079a90ef5ff20b9dcf8790516..2ce14a7875b567cd716f9311db7af1b004edd5dc 100644 (file)
@@ -70,9 +70,9 @@ void InsetMathNumber::octave(OctaveStream & os) const
 
 void InsetMathNumber::mathmlize(MathMLStream & ms) const
 {
-       ms << "<" << from_ascii(ms.namespacedTag("mn")) << ">"
+       ms << MTagInline("mn")
           << str_
-          << "</" << from_ascii(ms.namespacedTag("mn")) << ">";
+          << ETagInline("mn");
 }
 
 
@@ -82,7 +82,7 @@ void InsetMathNumber::htmlize(HtmlStream & os) const
 }
 
 
-void InsetMathNumber::write(WriteStream & os) const
+void InsetMathNumber::write(TeXMathStream & os) const
 {
        os << str_;
 }