]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.cpp
GuiPainter.cpp: correct attempt from r35491
[lyx.git] / 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();