Minor simplification.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35400 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-09-15 17:33:15 +00:00
parent ca9ff9e430
commit c4c210cc6e

View File

@ -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();