summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-07-19 23:03:51 +0200
committerbbaetz%student.usyd.edu.au <>2002-07-19 23:03:51 +0200
commit603921c6defa74ef95318c14323a18cf26f3a390 (patch)
treec1fd02f21c852fc66cbaefb6b53c065c2ee5e095 /checksetup.pl
parent42c44b90deed374299ad79604a733ad52116ba7f (diff)
downloadbugzilla-603921c6defa74ef95318c14323a18cf26f3a390.tar.gz
bugzilla-603921c6defa74ef95318c14323a18cf26f3a390.tar.xz
Bug 157074 - verify-new-product doubles comment linefeeds on Win32
r=myk, jouni
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl1
1 files changed, 1 insertions, 0 deletions
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");