mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37691 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ea8f5c34a
commit
a4e42fe8e7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user