]> git.lyx.org Git - features.git/commitdiff
Minor simplification.
authorRichard Heck <rgheck@comcast.net>
Wed, 15 Sep 2010 17:33:15 +0000 (17:33 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 15 Sep 2010 17:33:15 +0000 (17:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35400 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_xhtml.cpp

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