From f162067a6109e59cbe5b3e64ad248f471c06cd2f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 10 Dec 2009 20:11:46 +0000 Subject: [PATCH] Now how do you think that happened? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32463 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 eccc44e657..3fbc33907a 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -696,7 +696,7 @@ ParagraphList::const_iterator makeEnvironmentHtml(Buffer const & buf, if (style.labeltype == LABEL_MANUAL && style.htmllabeltag() != "NONE") { openLabelTag(xs, style); -// sep = par->firstWordLyXHTML(xs, runparams); + sep = par->firstWordLyXHTML(xs, runparams); closeLabelTag(xs, style); xs.cr(); } -- 2.39.2