From 7d65722db6107ed7bee465a98bb46b2046756ff9 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 22 Dec 2013 21:26:42 +0100 Subject: Bug 952793: Remove HTML4 elements which are obsolete in HTML5 r/a=justdave --- .../en/default/attachment/show-multiple.html.tmpl | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'template/en/default/attachment/show-multiple.html.tmpl') diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index be946ee89..173133199 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -31,18 +31,14 @@ [% FOREACH a = attachments %]
- +
- + - + - - - + + - - +
Attachment #[% a.id %]
- [% a.description FILTER html FILTER obsolete(a.isobsolete) %] - [% a.description FILTER html FILTER obsolete(a.isobsolete) %] + [% IF a.ispatch %] patch [% ELSE %] @@ -50,10 +46,10 @@ [% END %] [% a.attached FILTER time %][% a.datasize FILTER unitconvert %][% a.attached FILTER time %][% a.datasize FILTER unitconvert %] + [% IF a.flags.size == 0 %] no flags [% ELSE %] @@ -68,9 +64,7 @@ [% END %] - Details - Details
-- cgit v1.2.3-24-g4f1b