Commit 777b296a authored by jan.koester's avatar jan.koester
Browse files

test

parent e0da0f0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ void libhtmlpp::HtmlString::_serialelize(std::vector<char> in, libhtmlpp::HtmlEl

    std::copy(in.begin()+st,in.begin()+et,std::back_inserter(tag));

    out->setTagname(tag.data());
    out->setTagname(std::string(tag.data(),tag.size()));

    if (!out) {
        HTMLException excp;