From ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 22 Dec 2013 15:51:18 +0100 Subject: Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles r/a=justdave --- template/en/default/admin/classifications/edit.html.tmpl | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'template/en/default/admin/classifications/edit.html.tmpl') diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl index fddcb3f96..68fd046f2 100644 --- a/template/en/default/admin/classifications/edit.html.tmpl +++ b/template/en/default/admin/classifications/edit.html.tmpl @@ -26,18 +26,12 @@ [% FOREACH product = classification.products %] [% product.name FILTER html %] - - [% IF product.description %] - [% product.description FILTER html_light %] - [% ELSE %] - description missing - [% END %] - + [% product.description FILTER html_light %] [% END %] [% ELSE %] - none + none [% END %] -- cgit v1.2.3-24-g4f1b