From: justdave%syndicomm.com <> Date: Wed, 8 May 2002 04:55:48 +0000 (+0000) Subject: Fix tinderbox bustage X-Git-Tag: bugzilla-2.16rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9fdafa53ff93c7b176f1db2c24e31fd3d74e53e;p=thirdparty%2Fbugzilla.git Fix tinderbox bustage --- diff --git a/checksetup.pl b/checksetup.pl index c3b11739af..a3aee4a7da 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -841,7 +841,7 @@ END strike => sub { return $_; } , js => sub { return $_; }, html => sub { return $_; }, - url_quote => sub { return $_; } + url_quote => sub { return $_; }, no_break => sub { return $_; } }, }) || die ("Could not create Template: " . Template->error() . "\n");