diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index a27e00d6f3..e58b722c15 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -2198,7 +2198,6 @@ docstring InsetMathHull::xhtml(XHTMLStream & xs, OutputParams const & op) const // probably should allow for some kind of customization here string const tag = (getType() == hullSimple) ? "span" : "div"; xs << html::StartTag(tag, "class='math'") - << XHTMLStream::ESCAPE_AND << latex << html::EndTag(tag) << html::CR();