Commit 818cc433 authored by jan.koester's avatar jan.koester
Browse files

test

parent b4636668
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1262,9 +1262,6 @@ void blogi::htmlimport::htmlElementToWidgetXml(
                    w->SetAttribute("margin", cssProps["margin"].c_str());
                if (cssProps.count("width"))
                    w->SetAttribute("width", cssProps["width"].c_str());
                if (cssClass.find("con-kit-fade-box") != std::string::npos)
                    fprintf(stderr, "[DBG3] at div-branch height=%s\n",
                            cssProps.count("height") ? cssProps["height"].c_str() : "<absent>");
                if (cssProps.count("height"))
                    w->SetAttribute("height", cssProps["height"].c_str());
                if (!cssClass.empty())