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'