aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-09-30 12:38:49 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-09-30 12:38:49 +0200
commit8a9962265ad42d0efcc529027af9e8082b062e2c (patch)
treef1ff345fd508bd36299ad913384192d6f8e9d19a /blogthon.cgi
parent4e7b90d6777f948000a031833c7c3024a5319a59 (diff)
Fixed transitional/strict mismatch
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-xblogthon.cgi2
1 files changed, 1 insertions, 1 deletions
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 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"'
- print ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
+ print ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'
print '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">'
if string == "atom":
print 'Content-type: application/atom+xml\n'