InsetMathBox: fix strange indentation (mix of spaces and tabs).

This commit is contained in:
Thibaut Cuvelier 2023-01-08 00:51:43 +01:00
parent 4412fdf09a
commit d3c81eb2cb

View File

@ -403,7 +403,7 @@ void InsetMathBoxed::htmlize(HtmlStream & ms) const
{
ms << MTag("span", "class='boxed'")
<< cell(0)
<< ETag("span");
<< ETag("span");
}