]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetQuotes.cpp
index e56d809decf53fd6b92a0cf43d195b7f30306aef..9fd534b2b6f5e847b1843a0e69efbe0d71403d55 100644 (file)
@@ -185,7 +185,8 @@ void InsetQuotes::parseString(string const & s)
 
 docstring InsetQuotes::displayString() const
 {
-       Language const * loclang = isBufferValid() ? buffer().params().language : 0;
+       Language const * loclang = 
+               isBufferValid() ? buffer().params().language : 0;
        int const index = quote_index[side_][language_];
        docstring retdisp = docstring(1, display_quote_char[times_][index]);