]> git.lyx.org Git - features.git/commitdiff
Revert 35400 for the time being, crashes here.
authorPavel Sanda <sanda@lyx.org>
Wed, 15 Sep 2010 20:32:58 +0000 (20:32 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 15 Sep 2010 20:32:58 +0000 (20:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35402 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

index d4aa779fca2986d99b1f0ba315240ac43eefb087..c4792ae739d38092cdd11c19be4e22b6bfdc7e9c 100644 (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 << ' ';
+               xs << from_ascii(" ");
        }
 
        ParagraphList::const_iterator const begin = text.paragraphs().begin();