]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.cpp
Revert "Make math autocorrrect work with more than 2 chars"
[lyx.git] / src / mathed / InsetMathExInt.cpp
index 64f49cd996778bbd80637c8ec9b7533622c12a36..35bee0ef08d0d61de65b77a9e3c4891bd1e8212c 100644 (file)
@@ -165,12 +165,12 @@ void InsetMathExInt::htmlize(HtmlStream & os) const
        InsetMathSymbol sym(symbol_);
        bool const lower = !cell(2).empty();
        bool const upper = !cell(3).empty();
-       
+
        os << MTag("span", "class='integral'")
           << MTag("span", "class='intsym'");
        sym.htmlize(os, false);
        os << ETag("span");
-       
+
        if (lower && upper) {
                os << MTag("span", "class='limits'")
                   << MTag("span") << cell(2) << ETag("span")