diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-01-09 22:54:25 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-01-09 22:54:25 +0100 |
commit | ccb310430fe17aac34b323317f273541f27fd0c3 (patch) | |
tree | 6ba69c37a0ddc5ce1b8871e1a5ee32fb382a69b3 /extensions/BugModal/template/en/default | |
parent | 8e1d3853880f04259b011524d4c3ded236b65674 (diff) | |
download | bugzilla-ccb310430fe17aac34b323317f273541f27fd0c3.tar.gz bugzilla-ccb310430fe17aac34b323317f273541f27fd0c3.tar.xz |
Bug 1280388 - [a11y] Make the bug summary a heading level 1
Diffstat (limited to 'extensions/BugModal/template/en/default')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 390ba8f5b..16550ae36 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -186,7 +186,7 @@ no_label = 1 hide_on_edit = 1 %] - <div id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</div> + <h1 id="field-value-short_desc">[% bug.short_desc FILTER quoteUrls(bug) %]</h1> [% END %] [%# alias %] |