diff options
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index c3b11739a..a3aee4a7d 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -841,7 +841,7 @@ END strike => sub { return $_; } , js => sub { return $_; }, html => sub { return $_; }, - url_quote => sub { return $_; } + url_quote => sub { return $_; }, no_break => sub { return $_; } }, }) || die ("Could not create Template: " . Template->error() . "\n"); |