Loading src/html.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1317,6 +1317,10 @@ void libhtmlpp::print(Element* el, HtmlString &output,bool formated) { output.append(">"); if( !formated && el->_firstElement==el ){ output.append("\r\n"); } if (((HtmlElement*) el)->_childElement) { if(formated) output.append("\r\n"); Loading Loading
src/html.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -1317,6 +1317,10 @@ void libhtmlpp::print(Element* el, HtmlString &output,bool formated) { output.append(">"); if( !formated && el->_firstElement==el ){ output.append("\r\n"); } if (((HtmlElement*) el)->_childElement) { if(formated) output.append("\r\n"); Loading