summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-07-01 12:28:50 +0200
committerbbaetz%student.usyd.edu.au <>2002-07-01 12:28:50 +0200
commitaa7127c201ab8be7b6ba7f70767086c4fc6d1e44 (patch)
treeeab4af26dc4ce8cbbbd9558faf559a8517251f7d /checksetup.pl
parent3d5db0fc3ba11a5fee1428466a1542bca7551287 (diff)
downloadbugzilla-aa7127c201ab8be7b6ba7f70767086c4fc6d1e44.tar.gz
bugzilla-aa7127c201ab8be7b6ba7f70767086c4fc6d1e44.tar.xz
Bug 150770 - Lost <nobr> arround query results
r=jouni, justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 738f99386..f4eff45c7 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -882,7 +882,6 @@ END
js => sub { return $_; },
html => sub { return $_; },
url_quote => sub { return $_; },
- no_break => sub { return $_; }
},
}) || die ("Could not create Template: " . Template->error() . "\n");