From 603921c6defa74ef95318c14323a18cf26f3a390 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Fri, 19 Jul 2002 21:03:51 +0000 Subject: Bug 157074 - verify-new-product doubles comment linefeeds on Win32 r=myk, jouni --- checksetup.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 2cd2d4d94..e8d6747e8 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -892,6 +892,7 @@ END strike => sub { return $_; } , js => sub { return $_; }, html => sub { return $_; }, + html_linebreak => sub { return $_; }, url_quote => sub { return $_; }, }, }) || die ("Could not create Template: " . Template->error() . "\n"); -- cgit v1.2.3-24-g4f1b