- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Jan 2008 01:29:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv21492
Modified Files:
checklink
Log Message:
converting output to XHTML 1.0 Strict (cont'd)
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.79
retrieving revision 4.80
diff -u -d -r4.79 -r4.80
--- checklink 24 Jan 2008 01:28:00 -0000 4.79
+++ checklink 24 Jan 2008 01:29:38 -0000 4.80
@@ -1596,7 +1596,7 @@
printf("Status: 401 Authorization Required\nWWW-Authenticate: %s\nConnection: close\nContent-Language: en\nContent-Type: text/html; charset=utf-8\n\n", $r->headers->www_authenticate);
printf("%s
-<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" >
+<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">
<head>
<title>W3C Link Checker: 401 Authorization Required</title>
%s</head>
@@ -2173,7 +2173,7 @@
}
print $headers, $DocType, "
-<html lang=\"en\">
+<html lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">
<head>
<title>W3C Link Checker", &encode($title), "</title>
", $Head, $script, "</head>
Received on Thursday, 24 January 2008 01:29:49 UTC