From ec963661fb29c191fec645a956cbddc670cfa3da Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 24 Jan 2017 05:43:11 +0000 Subject: Bug 1333012 - [a11y] Make sure the attachments table is always a data table for screen reader users --- extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl') 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); -- cgit v1.2.3-24-g4f1b