From: Simon Green Date: Thu, 23 Feb 2017 08:46:20 +0000 (+1300) Subject: Bug 1299141 - Duplicate accesskey="c" on query.cgi X-Git-Tag: release-5.1.2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84ebf678974927ed94561b34c2f8a89f217d08a4;p=thirdparty%2Fbugzilla.git Bug 1299141 - Duplicate accesskey="c" on query.cgi --- diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 0eed667c5d..0cddd98aea 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -74,7 +74,7 @@ TUI_hide_default('information_query'); [% IF Param('useclassification') %] [% INCLUDE "search/field.html.tmpl" field => bug_fields.classification - accesskey => "c" + accesskey => "f" value => default.classification %] [% END %]