]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.cpp
Remove ; from end of function definitions
[lyx.git] / src / mathed / InsetMathComment.cpp
index ec6d7cccd43cc88380881f4a5265b84fb9e1dae8..096cf38752d80371d7b6941d9ebad25459205e02 100644 (file)
@@ -80,13 +80,13 @@ void InsetMathComment::maple(MapleStream & os) const
 
 void InsetMathComment::mathmlize(MathStream & os) const
 {
-       os << MTag("comment") << cell(0) << cell(1) << ETag("comment");
+       os << MTag("comment") << cell(0) << ETag("comment");
 }
 
 
 void InsetMathComment::htmlize(HtmlStream & os) const
 {
-       os << "<!-- " << cell(0) << cell(1) << " -->";
+       os << "<!-- " << cell(0) << " -->";
 }