Loading src/CMakeLists.txt +0 −7 Original line number Diff line number Diff line Loading @@ -51,13 +51,6 @@ install(FILES DESTINATION include/htmlpp COMPONENT Devel ) install(FILES request/ajax.h request/httpform.h request/websocket.h DESTINATION include/htmlpp/request COMPONENT Devel ) include(CMakePackageConfigHelpers) write_basic_package_version_file( Loading src/html.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -1070,8 +1070,11 @@ PRINTNEXTEL: output.append("\""); } } if(((HtmlElement*) el)->_childElement || el->_nextElement ){ output.append(">"); }else{ output.append(" />"); } if (((HtmlElement*) el)->_childElement) { cpylist.push(el); el=((HtmlElement*) el)->_childElement; Loading Loading
src/CMakeLists.txt +0 −7 Original line number Diff line number Diff line Loading @@ -51,13 +51,6 @@ install(FILES DESTINATION include/htmlpp COMPONENT Devel ) install(FILES request/ajax.h request/httpform.h request/websocket.h DESTINATION include/htmlpp/request COMPONENT Devel ) include(CMakePackageConfigHelpers) write_basic_package_version_file( Loading
src/html.cpp +5 −2 Original line number Diff line number Diff line Loading @@ -1070,8 +1070,11 @@ PRINTNEXTEL: output.append("\""); } } if(((HtmlElement*) el)->_childElement || el->_nextElement ){ output.append(">"); }else{ output.append(" />"); } if (((HtmlElement*) el)->_childElement) { cpylist.push(el); el=((HtmlElement*) el)->_childElement; Loading