perl/modules/W3C/LinkChecker/bin checklink,4.69,4.70

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv1577

Modified Files:
	checklink 
Log Message:
Fix HTML footer

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.69
retrieving revision 4.70
diff -u -d -r4.69 -r4.70
--- checklink	14 Sep 2007 05:14:29 -0000	4.69
+++ checklink	15 Sep 2007 07:47:40 -0000	4.70
@@ -2221,14 +2221,14 @@
 {
   printf("<p>%s</p>\n", &global_stats()) if ($doc_count > 0 && !$Opts{Quiet});
   if (! $doc_count) {
-  printf(<<'EOF', $Cfg{Doc_URI}, $Cfg{Doc_URI}); 
+    print <<'EOF';
   <div class="intro">
-      <p>This Link Checker looks for issues in links, anchors and referenced objects in a Web page, or recursively on a whole Web site. 
+      <p>This Link Checker looks for issues in links, anchors and referenced objects in a Web page, or recursively on a whole Web site.
       For best results, it is recommended to first ensure that the documents checked use <a href="http://validator.w3.org/">Valid (X)HTML Markup</a>. The Link Checker is part of the W3C's <a href="http://www.w3.org/QA/Tools/">validators and Quality Web tools</a>.</p>
   </div>
 EOF
-}
-printf(<<'EOF', $PACKAGE, $REVISION);
+  }
+  printf(<<'EOF', $Cfg{Doc_URI}, $Cfg{Doc_URI}, $PACKAGE, $REVISION);
 </div><!-- main -->
 <ul class="navbar" id="menu">
   <li><a href="%s" accesskey="3" title="Documentation for this Link Checker Service">Docs</a></li>

Received on Saturday, 15 September 2007 07:47:45 UTC