- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Jan 2009 22:19:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv2412/bin
Modified Files:
checklink
Log Message:
broken stuff report is not only about broken links - may as well be clearer and frustrate people less
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.130
retrieving revision 4.131
diff -u -d -r4.130 -r4.131
--- checklink 6 Jan 2009 22:09:22 -0000 4.130
+++ checklink 6 Jan 2009 22:19:33 -0000 4.131
@@ -2221,7 +2221,7 @@
} else {
print_doc_header();
print('<h3>') if $Opts{HTML};
- print("\nList of broken links");
+ print("\nList of broken links and other issues");
#print(' and redirects') if $Opts{Redirects};
# Sort the URI's by HTTP Code
Received on Tuesday, 6 January 2009 22:19:45 UTC