]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
* LaTeXFeatures.cpp (getI18nPreamble):
[lyx.git] / 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)