summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-05-08 06:28:39 +0200
committergerv%gerv.net <>2002-05-08 06:28:39 +0200
commitd756467055959872b1a443d2c60417135b0d05e9 (patch)
treed1f3401ac634e7cc5407d6340f068aa44e0470e9 /checksetup.pl
parent4afae456014ff01ee01e11279fc5a9b5f4f7b5bf (diff)
downloadbugzilla-d756467055959872b1a443d2c60417135b0d05e9.tar.gz
bugzilla-d756467055959872b1a443d2c60417135b0d05e9.tar.xz
Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.
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 4f59e92e6..e1a551506 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -842,6 +842,7 @@ END
js => sub { return $_; },
html => sub { return $_; },
url_quote => sub { return $_; }
+ no_break => sub { return $_; }
},
}) || die ("Could not create Template: " . Template->error() . "\n");