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 6e366c044..ce45cfec1 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 $_ } , url_quote => sub { return $_ } , |