From 1b407fe658fb298986d1ed3f8a71937ac1b3460c Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sun, 20 Mar 2011 10:44:30 +0800 Subject: Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. --- Lib/http/server.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Lib/http/server.py b/Lib/http/server.py index 0cd8d35..fccdc4c 100644 --- a/Lib/http/server.py +++ b/Lib/http/server.py @@ -103,11 +103,10 @@ import copy # Default error message template DEFAULT_ERROR_MESSAGE = """\ - - + - + Error response -- cgit v0.12