mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
InsetMathBox: fix strange indentation (mix of spaces and tabs).
This commit is contained in:
parent
4412fdf09a
commit
d3c81eb2cb
@ -403,7 +403,7 @@ void InsetMathBoxed::htmlize(HtmlStream & ms) const
|
||||
{
|
||||
ms << MTag("span", "class='boxed'")
|
||||
<< cell(0)
|
||||
<< ETag("span");
|
||||
<< ETag("span");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user