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

corrected vars

parent e45b0d38
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -322,11 +322,10 @@ namespace blogi {
                }

                libhtmlpp::HtmlString fileHtml;
                std::string out,sid;

                try{
                    RenderUI(path,ndir,fileHtml);

                    std::string out,sid;
                    if(page.getElementbyID("main"))
                        page.getElementbyID("main")->appendChild(fileHtml.parse());