Sat Nov 12 23:59:16 UTC 2005 Alexandre Rossi * another basic validation issue The issue was that there was an empty line before the XML declaration, which is not valid. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-11-27 16:58:24.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-11-27 16:58:24.000000000 +0000 @@ -213,7 +213,7 @@ # def print_header(): - print "Content-type: text/html; charset=utf-8\n" + print "Content-type: text/html; charset=utf-8" print """