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.
{
hunk ./darcsweb.cgi 216
- print "Content-type: text/html; charset=utf-8\n"
+ print "Content-type: text/html; charset=utf-8"
}