Sat Nov 12 23:59:16 UTC 2005 Alexandre Rossi <niol@sousmonlit.dyndns.org>
* 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 2013-07-01 14:04:05.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2013-07-01 14:04:05.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 """
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"