aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
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,