From 61a49f228204e2991aea7970c44efdd433f8c71b Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 19 Jan 2005 02:29:25 +0000 Subject: 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 --- checksetup.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'checksetup.pl') 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 $_; }, -- cgit v1.2.3-24-g4f1b