summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-19 03:29:25 +0100
committertravis%sedsystems.ca <>2005-01-19 03:29:25 +0100
commit61a49f228204e2991aea7970c44efdd433f8c71b (patch)
tree02f413c6b6600b62231883fa4b5baf121c5d96ac /checksetup.pl
parent00aa5409017d6e0f6607e09502c8d0d470077473 (diff)
downloadbugzilla-61a49f228204e2991aea7970c44efdd433f8c71b.tar.gz
bugzilla-61a49f228204e2991aea7970c44efdd433f8c71b.tar.xz
Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow prevent hyphens from breaking flag names
Patch by LpSolit@gmail.com r=wurblzap a=myk
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 9615beb73..a01d0962a 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1249,6 +1249,7 @@ END
obsolete => sub { return $_; },
js => sub { return $_; },
html_linebreak => sub { return $_; },
+ no_break => sub { return $_; },
url_quote => sub { return $_; },
xml => sub { return $_; },
quoteUrls => sub { return $_; },