diff options
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 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"); |