Commit 17791133 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 159565 - fix hash initialisation error caused by my duff patch for…

Bug 159565 - fix hash initialisation error caused by my duff patch for accesskeys. Patch by burnus; 2xr=gerv.
parent ece9155e
...@@ -491,17 +491,17 @@ function selectProduct(f) { ...@@ -491,17 +491,17 @@ function selectProduct(f) {
size => 7, size => 7,
accesskey => 'r' } %] accesskey => 'r' } %]
[% PROCESS select sel = { name => 'bug_severity', [% PROCESS select sel = { name => 'bug_severity',
size => 7 } size => 7,
accesskey => 'e' %] accesskey => 'e' } %]
[% PROCESS select sel = { name => 'priority', [% PROCESS select sel = { name => 'priority',
size => 7 } size => 7,
accesskey => 'i' %] accesskey => 'i' } %]
[% PROCESS select sel = { name => 'rep_platform', [% PROCESS select sel = { name => 'rep_platform',
size => 7 } size => 7,
accesskey => 'h' %] accesskey => 'h' } %]
[% PROCESS select sel = { name => 'op_sys', [% PROCESS select sel = { name => 'op_sys',
size => 7 } size => 7,
accesskey => 'o' %] accesskey => 'o' } %]
</tr> </tr>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment