summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-03-11 19:02:13 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-11 19:02:13 +0100
commit17d05cc7addbf4288c537f8e56c60e7dee24c6d8 (patch)
tree9d02a4d04be55eb2fc738b58b0a825f51a1194da /t
parente7526caf7802734ca54ee907e8a2cecf61013b25 (diff)
downloadbugzilla-17d05cc7addbf4288c537f8e56c60e7dee24c6d8.tar.gz
bugzilla-17d05cc7addbf4288c537f8e56c60e7dee24c6d8.tar.xz
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
Diffstat (limited to 't')
-rw-r--r--t/004template.t1
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 $_ } ,