diff options
author | bbaetz%student.usyd.edu.au <> | 2002-07-01 10:30:15 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-07-01 10:30:15 +0000 |
commit | 2f1b93808627fca5bc371ee452f14d578ace53cd (patch) | |
tree | 70c540be0cc679eb5dc40da7123ca29223771aca /checksetup.pl | |
parent | Bug 155033 - standardizing on <a>NAME</a>: vs. <a>NAME:</a> (diff) | |
download | bugzilla-2f1b93808627fca5bc371ee452f14d578ace53cd.tar.gz bugzilla-2f1b93808627fca5bc371ee452f14d578ace53cd.tar.bz2 bugzilla-2f1b93808627fca5bc371ee452f14d578ace53cd.zip |
Bug 150770 - Lost <nobr> arround query results
r=jouni, justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index 97965408e..3ebc67aeb 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"); |