Commit b4636668 authored by jan.koester's avatar jan.koester
Browse files

test

parent 552154d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1262,6 +1262,9 @@ 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())