From 8a9962265ad42d0efcc529027af9e8082b062e2c Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 30 Sep 2009 12:38:49 +0200 Subject: [PATCH] Fixed transitional/strict mismatch --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 8f40193..c3a9c10 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -55,7 +55,7 @@ def document_header(string): if string == "xhtml-strict": print 'Content-type: text/html\n' print '' + print ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">' print '' if string == "atom": print 'Content-type: application/atom+xml\n'