From 17d05cc7addbf4288c537f8e56c60e7dee24c6d8 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 11 Mar 2015 19:02:13 +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 --- template/en/default/admin/flag-type/list.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/flag-type/list.html.tmpl') diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl index f4836ca7d..b91b49199 100644 --- a/template/en/default/admin/flag-type/list.html.tmpl +++ b/template/en/default/admin/flag-type/list.html.tmpl @@ -109,7 +109,9 @@ [% FOREACH type = types %] - [% type.name FILTER html FILTER no_break %] + + [% type.name FILTER html %] + [% type.description FILTER html %] [% type.sortkey FILTER html %] -- cgit v1.2.3-24-g4f1b