X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhttp%2Fpages%2Fexecquerypage.cpp;h=8d46c46cd4e7989b80d2d4d2edb6109c668714e6;hb=cd75427de26fc2ebc9baad558b1c0a081faa3b43;hp=8ef4c48bd9ec76a9ac6499ec81e3c39f579dd13b;hpb=3dc3ac3cfe10b7196a7977e9c041c29fa141c35e;p=fms.git diff --git a/src/http/pages/execquerypage.cpp b/src/http/pages/execquerypage.cpp index 8ef4c48..8d46c46 100644 --- a/src/http/pages/execquerypage.cpp +++ b/src/http/pages/execquerypage.cpp @@ -51,11 +51,11 @@ const std::string ExecQueryPage::GeneratePage(const std::string &method, const s content+="

Execute Query

"; content+="
"; content+=""; - content+=""; + content+=""; content+=""; content+="
"; - return "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"+StringFunctions::Replace(m_template,"[CONTENT]",content); + return StringFunctions::Replace(m_template,"[CONTENT]",content); } const bool ExecQueryPage::WillHandleURI(const std::string &uri)