From ec963661fb29c191fec645a956cbddc670cfa3da Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 24 Jan 2017 05:43:11 +0000 Subject: [PATCH] Bug 1333012 - [a11y] Make sure the attachments table is always a data table for screen reader users --- .../template/en/default/bug_modal/attachments.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl index 0604b41bc..a27637056 100644 --- a/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl @@ -12,7 +12,7 @@ # obsolete_attachments: array of obsolete attachment objects #%] - +
[% FOREACH attachment IN bug.attachments %] [% NEXT IF attachment.isprivate && !(user.is_insider || attachment.attacher.id == user.id); -- 2.47.3