From 6040154bde912222528cd84b0d8bec7bc60bb65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Feb 2011 01:16:18 +0100 Subject: More of this w3c stuff --- controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller.py') diff --git a/controller.py b/controller.py index 894cd42..f24b435 100644 --- a/controller.py +++ b/controller.py @@ -9,7 +9,7 @@ class Page: All the general and simple pages. """ def GET(self, name = '/'): - web.header("Content-Type", "application/xhtml+xml;;charset=utf-8", unique = True) + web.header("Content-Type", "text/html;charset=utf-8", unique = True) if not name or name == '/': name = 'index' return render(name) -- cgit v1.2.3