mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
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:
parent
cd242c7b87
commit
f162067a61
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user