]> git.lyx.org Git - features.git/commitdiff
Fix typo.
authorRichard Heck <rgheck@comcast.net>
Wed, 16 Feb 2011 14:54:06 +0000 (14:54 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 16 Feb 2011 14:54:06 +0000 (14:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37691 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 165b920bdac36292d223d82b5ece0ccb1f671d33..6af7da36101715de118234b8d1e9d2652cf7e674 100644 (file)
@@ -1093,7 +1093,7 @@ void BufferParams::writeFile(ostream & os) const
        os << "\\tracking_changes " << convert<string>(trackChanges) << '\n'
           << "\\output_changes " << convert<string>(outputChanges) << '\n'
           << "\\html_math_output " << html_math_output << '\n'
-          << "\\html_css_as_file" << html_css_as_file << '\n'
+          << "\\html_css_as_file " << html_css_as_file << '\n'
           << "\\html_be_strict " << convert<string>(html_be_strict) << '\n';
        
        if (html_math_img_scale != 1.0)