Loading src/html.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ namespace libhtmlpp { "select", "ul", "option", "noscript", nullptr }; Loading Loading @@ -748,7 +749,7 @@ void libhtmlpp::HtmlElement::appendChild(const libhtmlpp::Element* el){ }while(curel); switch(curel->getType()){ switch(el->getType()){ case HtmlEl: curel=new HtmlElement; break; Loading Loading
src/html.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ namespace libhtmlpp { "select", "ul", "option", "noscript", nullptr }; Loading Loading @@ -748,7 +749,7 @@ void libhtmlpp::HtmlElement::appendChild(const libhtmlpp::Element* el){ }while(curel); switch(curel->getType()){ switch(el->getType()){ case HtmlEl: curel=new HtmlElement; break; Loading