Loading plugins/nodeinfo/nodeinfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ namespace blogi { html.insertChild(&table); std::string *out=new std::string,sid,*systable=new std::string; libhtmlpp::print(&html,&systable); libhtmlpp::print(&html,systable); libhtmlpp::HtmlString *condat=new libhtmlpp::HtmlString(); *condat << *systable; Loading src/blogi.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ RETRY_REQUEST: << "</span><br/><a style=\"text-decoration: none; color: rgb(58,212, 58);\" href=\"" << PlgArgs->config->getstartpage() << "\" >Zurück zur Startseite</a></body></html>"; libhtmlpp::print(err.parse(),&output); libhtmlpp::print(err.parse(),output); libhttppp::HttpResponse resp; resp.setVersion(HTTPVERSION(1.1)); resp.setState(HTTP404); Loading Loading @@ -382,7 +382,7 @@ RETRY_REQUEST: << "</span><br/><a style=\"text-decoration: none; color: rgb(58,212, 58);\" href=\"" << PlgArgs->config->getstartpage() << "\" >Zurück zur Startseite</a></body></html>"; libhtmlpp::print(err.parse(),&output); libhtmlpp::print(err.parse(),output); libhttppp::HttpResponse resp; resp.setVersion(HTTPVERSION(1.1)); resp.setState(HTTP500); Loading src/theme.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ void blogi::Template::printSite(std::string *output,libhtmlpp::HtmlElement *inde if(footernav) footernav->appendChild(footerancor.parse()); libhtmlpp::print(index,&output); libhtmlpp::print(index,output); }catch(libhtmlpp::HTMLException &e){ libhttppp::HTTPException excep; excep[libhttppp::HTTPException::Error] << e.what(); Loading Loading
plugins/nodeinfo/nodeinfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ namespace blogi { html.insertChild(&table); std::string *out=new std::string,sid,*systable=new std::string; libhtmlpp::print(&html,&systable); libhtmlpp::print(&html,systable); libhtmlpp::HtmlString *condat=new libhtmlpp::HtmlString(); *condat << *systable; Loading
src/blogi.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ RETRY_REQUEST: << "</span><br/><a style=\"text-decoration: none; color: rgb(58,212, 58);\" href=\"" << PlgArgs->config->getstartpage() << "\" >Zurück zur Startseite</a></body></html>"; libhtmlpp::print(err.parse(),&output); libhtmlpp::print(err.parse(),output); libhttppp::HttpResponse resp; resp.setVersion(HTTPVERSION(1.1)); resp.setState(HTTP404); Loading Loading @@ -382,7 +382,7 @@ RETRY_REQUEST: << "</span><br/><a style=\"text-decoration: none; color: rgb(58,212, 58);\" href=\"" << PlgArgs->config->getstartpage() << "\" >Zurück zur Startseite</a></body></html>"; libhtmlpp::print(err.parse(),&output); libhtmlpp::print(err.parse(),output); libhttppp::HttpResponse resp; resp.setVersion(HTTPVERSION(1.1)); resp.setState(HTTP500); Loading
src/theme.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ void blogi::Template::printSite(std::string *output,libhtmlpp::HtmlElement *inde if(footernav) footernav->appendChild(footerancor.parse()); libhtmlpp::print(index,&output); libhtmlpp::print(index,output); }catch(libhtmlpp::HTMLException &e){ libhttppp::HTTPException excep; excep[libhttppp::HTTPException::Error] << e.what(); Loading