]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1333012 - [a11y] Make sure the attachments table is always a data table for scree...
authorDavid Lawrence <dkl@mozilla.com>
Tue, 24 Jan 2017 05:43:11 +0000 (05:43 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 24 Jan 2017 05:43:11 +0000 (05:43 +0000)
extensions/BugModal/template/en/default/bug_modal/attachments.html.tmpl

index 0604b41bc34d176f3f76e20c2a4b23fa11706a24..a2763705621f9cd2a6d951f374ebf71075fde2ef 100644 (file)
@@ -12,7 +12,7 @@
   # obsolete_attachments: array of obsolete attachment objects
   #%]
 
-<table class="layout-table" id="attachments">
+<table role="table" class="layout-table" id="attachments">
   [% FOREACH attachment IN bug.attachments %]
     [%
       NEXT IF attachment.isprivate && !(user.is_insider || attachment.attacher.id == user.id);