X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathComment.cpp;h=096cf38752d80371d7b6941d9ebad25459205e02;hb=63c193afeff44f6f4678fed1ea5083b8bc0664a2;hp=ec6d7cccd43cc88380881f4a5265b84fb9e1dae8;hpb=5aff1283543bbdf34106dcc7ec518e63edecbfe9;p=lyx.git diff --git a/src/mathed/InsetMathComment.cpp b/src/mathed/InsetMathComment.cpp index ec6d7cccd4..096cf38752 100644 --- a/src/mathed/InsetMathComment.cpp +++ b/src/mathed/InsetMathComment.cpp @@ -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 << ""; + os << ""; }