From 395c2ef1f1224ef14d8a58bfa70e52f5dff584a2 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" Date: Tue, 7 May 2002 21:55:48 +0000 Subject: [PATCH] Fix tinderbox bustage --- webtools/bugzilla/checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/checksetup.pl b/webtools/bugzilla/checksetup.pl index c3b11739af66..a3aee4a7daff 100755 --- a/webtools/bugzilla/checksetup.pl +++ b/webtools/bugzilla/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");