From 021f51e19b3751f8f15d8bd89f7aa6a109624b29 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 19 Nov 2009 20:35:19 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32091 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_xhtml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index 6e493df6d7..1b8593ba57 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -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); -- 2.39.2