diff options
Diffstat (limited to 't')
-rw-r--r-- | t/004template.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/004template.t b/t/004template.t index d38f9e16b..0a6f0e0aa 100644 --- a/t/004template.t +++ b/t/004template.t @@ -71,7 +71,6 @@ foreach my $include_path (@include_paths) { FILTERS => { html_linebreak => sub { return $_; }, - no_break => sub { return $_; } , js => sub { return $_ } , base64 => sub { return $_ } , inactive => [ sub { return sub { return $_; } }, 1] , |