Fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32091 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-19 20:35:19 +00:00
parent d305930f47
commit 021f51e19b

View File

@ -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);