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/global/choose-product.html.tmpl | 4 ++-- template/en/default/global/useful-links.html.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 7349d1ced..a1582532a 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -45,10 +45,10 @@ [% FOREACH p = c.products %] - + - [% p.name FILTER html FILTER no_break %]:  + [% p.name FILTER html %]: [% p.description FILTER html_light %] diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 97c7f709c..5c5bfc316 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -46,7 +46,7 @@ - [%- q.name FILTER html FILTER no_break %] + [%- q.name FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b