Wed Oct 26 12:28:15 UTC 2005 Alexandre Rossi <niol@sousmonlit.dyndns.org>
* fixed small validation issue in XML header
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2015-12-25 07:34:19.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2015-12-25 07:34:20.000000000 +0000
@@ -1673,8 +1673,8 @@
# the header here is special since we don't have a repo
print "Content-type: text/html; charset=utf-8\n"
+ print '<?xml version="1.0" encoding="utf-8"?>'
print """
-<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">