Now how do you think that happened?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32463 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-10 20:11:46 +00:00
parent cd242c7b87
commit f162067a61

View File

@ -696,7 +696,7 @@ ParagraphList::const_iterator makeEnvironmentHtml(Buffer const & buf,
if (style.labeltype == LABEL_MANUAL if (style.labeltype == LABEL_MANUAL
&& style.htmllabeltag() != "NONE") { && style.htmllabeltag() != "NONE") {
openLabelTag(xs, style); openLabelTag(xs, style);
// sep = par->firstWordLyXHTML(xs, runparams); sep = par->firstWordLyXHTML(xs, runparams);
closeLabelTag(xs, style); closeLabelTag(xs, style);
xs.cr(); xs.cr();
} }