mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32091 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d305930f47
commit
021f51e19b
@ -596,7 +596,7 @@ ParagraphList::const_iterator makeEnvironmentHtml(Buffer const & buf,
|
||||
if (labelfirst)
|
||||
openItemTag(xs, style);
|
||||
else
|
||||
xs << StartTag("span", "class='" + to_utf8(style.name()) + " inneritem'>");
|
||||
xs << StartTag("span", "class='" + to_utf8(style.name()) + " inneritem'");
|
||||
}
|
||||
par->simpleLyXHTMLOnePar(buf, xs, runparams,
|
||||
text.outerFont(distance(begin, par)), sep);
|
||||
|
Loading…
Reference in New Issue
Block a user