- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 18:27:19 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv6709
Modified Files:
checklink
Log Message:
XHTML well-formedness fix.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.139
retrieving revision 4.140
diff -u -d -r4.139 -r4.140
--- checklink 10 Feb 2009 18:26:15 -0000 4.139
+++ checklink 10 Feb 2009 18:27:17 -0000 4.140
@@ -862,7 +862,7 @@
if ($check_num != 1) {
if ($Opts{HTML}) {
- $doc_header = "\n<hr>\n";
+ $doc_header = "\n<hr />\n";
} else {
$doc_header = "\n" . ('-' x 40) . "\n";
}
Received on Tuesday, 10 February 2009 18:27:27 UTC