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

test

parent 5283d760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1549,7 +1549,7 @@ libhtmlpp::ScriptElement & libhtmlpp::ScriptElement::operator=(const libhtmlpp::
}

void libhtmlpp::ScriptElement::setScript(const std::string& script){
    std::copy(script.begin(),script.end(),std::back_inserter(_Script));
    _Script.assign(script.begin(),script.end());
}

const std::string libhtmlpp::ScriptElement::getScript(){