aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-11 20:11:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-23 13:50:52 +0200
commit24903813d11813f8ff9ac906d23b21e6c33b981d (patch)
treeb4a7c1cc6dc4c2e7a1588573c86e2b20aa763a41 /web
parenta7e766e1aa77fff846d8426658befd9a01fe2861 (diff)
Parse http request parameters using CLI
Diffstat (limited to 'web')
-rw-r--r--web/module2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/module b/web/module
index 9624877..e1cccf0 100644
--- a/web/module
+++ b/web/module
@@ -117,7 +117,7 @@ namespace web
//
virtual std::ostream&
content (status_code code = 200,
- const std::string& type = "text/html;charset=utf-8",
+ const std::string& type = "application/xhtml+xml;charset=utf-8",
bool buffer = true) = 0;
// Set status code without writing any content. On status change,