From: Pavel Sanda Date: Wed, 15 Sep 2010 20:32:58 +0000 (+0000) Subject: Revert 35400 for the time being, crashes here. X-Git-Tag: 2.0.0~2589 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eaf1e371c7c051f15defd18c13c2d1ee59b77037;p=features.git Revert 35400 for the time being, crashes here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35402 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index d4aa779fca..c4792ae739 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -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 << ' '; + xs << from_ascii(" "); } ParagraphList::const_iterator const begin = text.paragraphs().begin();