Loading src/html.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -411,7 +411,6 @@ libhtmlpp::Element *libhtmlpp::HtmlString::_buildTree() { close=ii+3; break; } ++ii; } }else if(strncmp(_Data.data()+ii,"<script",7)==0){ ii+=4; Loading Loading @@ -450,7 +449,6 @@ libhtmlpp::Element *libhtmlpp::HtmlString::_buildTree() { close=ii; break; } ++ii; } }else { addelement(&firstEl,&lastEl,new HtmlElement()); Loading @@ -466,7 +464,6 @@ libhtmlpp::Element *libhtmlpp::HtmlString::_buildTree() { close=ii; break; } ++ii; } } } Loading Loading
src/html.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -411,7 +411,6 @@ libhtmlpp::Element *libhtmlpp::HtmlString::_buildTree() { close=ii+3; break; } ++ii; } }else if(strncmp(_Data.data()+ii,"<script",7)==0){ ii+=4; Loading Loading @@ -450,7 +449,6 @@ libhtmlpp::Element *libhtmlpp::HtmlString::_buildTree() { close=ii; break; } ++ii; } }else { addelement(&firstEl,&lastEl,new HtmlElement()); Loading @@ -466,7 +464,6 @@ libhtmlpp::Element *libhtmlpp::HtmlString::_buildTree() { close=ii; break; } ++ii; } } } Loading