diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index a10ede1a14..f3ba7a7cb5 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -403,7 +403,7 @@ void InsetMathBoxed::htmlize(HtmlStream & ms) const { ms << MTag("span", "class='boxed'") << cell(0) - << ETag("span"); + << ETag("span"); }