From c26e64e4f13bb7e6d29ab2b1f27bbe26ff048e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 11 Mar 2015 19:04:36 +0100 Subject: Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes (U+002D) from being replaced by non-breaking hyphens/dashes (U+2011) r=dkl a=justdave --- t/004template.t | 1 - 1 file changed, 1 deletion(-) (limited to 't') 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] , -- cgit v1.2.1