diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/module | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |