- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Mar 2010 20:52:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv9845/bin
Modified Files:
checklink
Log Message:
Wrap long comment lines.
Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.190
retrieving revision 4.191
diff -u -d -r4.190 -r4.191
--- checklink 7 Mar 2010 21:07:03 -0000 4.190
+++ checklink 9 Mar 2010 20:52:16 -0000 4.191
@@ -2032,9 +2032,9 @@
elsif ($tag eq 'applet' || $tag eq 'object') {
if (my $codebase = $attr->{codebase}) {
- # TODO: HTML 4 spec says applet/@codebase may only point to subdirs of
- # the directory containing the current document. Should we do
- # something about that?
+ # TODO: HTML 4 spec says applet/@codebase may only point to
+ # subdirs of the directory containing the current document.
+ # Should we do something about that?
$tag_local_base = URI->new_abs($codebase, $self->{base});
}
}
Received on Tuesday, 9 March 2010 20:52:19 UTC