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

added neede space

parent 5216cc4c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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");