]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
[lyx.git] / src / Layout.cpp
index 285511a104c78ff1191cb28a74ee5434c2f15065..ec23e57f1eadcbda44d8d2ac2533bc97601b017f 100644 (file)
@@ -1506,13 +1506,8 @@ string const & Layout::htmlitemattr() const
 
 string const & Layout::htmllabeltag() const
 {
-       if (htmllabeltag_.empty()) {
-               if (labeltype != LABEL_ABOVE &&
-                   labeltype != LABEL_CENTERED)
+       if (htmllabeltag_.empty())
                        htmllabeltag_ = "span";
-               else
-                       htmllabeltag_ = "div";
-       }
        return htmllabeltag_;
 }