diff options
author | Francisco Donalisio <francsd@linux.vnet.ibm.com> | 2011-04-12 19:51:35 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-04-12 19:51:35 +0200 |
commit | 3f31206cab97b5c2cbfd038248b56d0bb78bbbf0 (patch) | |
tree | a24d84e190246eea436da3d83349ecf9e9c46c74 /template/en/default | |
parent | bab2373fa364d4f39dc8a9ea3bd5c3aecada5115 (diff) | |
download | bugzilla-3f31206cab97b5c2cbfd038248b56d0bb78bbbf0.tar.gz bugzilla-3f31206cab97b5c2cbfd038248b56d0bb78bbbf0.tar.xz |
Bug 635940: Make Describe Components page compliant with WAI
r=timello, a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/reports/components.html.tmpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index 9814f273b..ef7d5ae6d 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -45,7 +45,7 @@ Select a component to see open [% terms.bugs %] in that component: </td> <td class="product_container"> - <h2 class="product_name">[% product.name FILTER html %]</h2> + <span class="product_name">[% product.name FILTER html %]</span> <div class="product_desc"> [% product.description FILTER html_light %] </div> @@ -53,9 +53,10 @@ </tr> </table> -<h3 class="components_header">Components</h3> +<span class="components_header">Components</span> -<table class="component_table" cellspacing="0" cellpadding="0"> +<table summary="Components table" + class="component_table" cellspacing="0" cellpadding="0"> <thead> <tr> <th> </th> |