perl/modules/W3C/LinkChecker/bin checklink,4.113,4.114

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

Modified Files:
	checklink 
Log Message:
Remove stray as-is "\n" from HTML output.

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.113
retrieving revision 4.114
diff -u -d -r4.113 -r4.114
--- checklink	26 Aug 2008 18:43:55 -0000	4.113
+++ checklink	26 Aug 2008 18:55:00 -0000	4.114
@@ -1875,7 +1875,7 @@
       print("Anchors\n\n");
     }
     &hprintf("Found %d anchor%s.\n", $n, ($n == 1) ? '' : 's');
-    print('</p>\n') if $Opts{HTML};
+    print("</p>\n") if $Opts{HTML};
   }
   # List of the duplicates, if any.
   my @errors = keys %{$errors};

Received on Tuesday, 26 August 2008 18:55:37 UTC