Commit 3fc84d1a authored by jan.koester's avatar jan.koester
Browse files

ups

parent 6e43599d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ namespace libhtmlpp {
        "select",
        "ul",
        "option",
        "noscript",
        nullptr
    };

@@ -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;