mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Minor simplification.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35400 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca9ff9e430
commit
c4c210cc6e
@ -844,7 +844,7 @@ void makeCommand(Buffer const & buf,
|
||||
xs << pbegin->params().labelString();
|
||||
closeLabelTag(xs, style);
|
||||
// Otherwise the label might run together with the text
|
||||
xs << from_ascii(" ");
|
||||
xs << ' ';
|
||||
}
|
||||
|
||||
ParagraphList::const_iterator const begin = text.paragraphs().begin();
|
||||
|
Loading…
Reference in New Issue
Block a user