]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.cpp
three-stage drawing: add a nodraw stage
[lyx.git] / src / mathed / InsetMathSqrt.cpp
index d11dac084cf9ee640cfaa04b590b562c832e2e59..a7385cc708ccd9b30443c7b03e1554935d931e6f 100644 (file)
@@ -126,8 +126,8 @@ void InsetMathSqrt::mathmlize(MathStream & os) const
 void InsetMathSqrt::htmlize(HtmlStream & os) const
 {
        os << MTag("span", "class='sqrt'")
-          << from_ascii("&radic;") 
-          << MTag("span", "class='sqrtof'")    << cell(0) << ETag("span") 
+          << from_ascii("&radic;")
+          << MTag("span", "class='sqrtof'")    << cell(0) << ETag("span")
                 << ETag("span");
 }