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