]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.cpp
Move some Cursor methods to CursorData
[lyx.git] / src / mathed / InsetMathRoot.cpp
index db8954f8c2177c6549a527963e0ddce932266c23..8b86c5965ba3ab6ce02fe5737a4209671dce2f32 100644 (file)
@@ -145,8 +145,8 @@ void InsetMathRoot::htmlize(HtmlStream & os) const
 {
        os << MTag("span", "class='root'")
           << MTag("sup") << cell(0) << ETag("sup")
-          << from_ascii("&radic;") 
-          << MTag("span", "class='rootof'")    << cell(1) << ETag("span") 
+          << from_ascii("&radic;")
+          << MTag("span", "class='rootof'")    << cell(1) << ETag("span")
                 << ETag("span");
 }