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) {
size => 7,
accesskey => 'r' } %]
[% PROCESS select sel = { name => 'bug_severity',
size => 7 }
accesskey => 'e' %]
size => 7,
accesskey => 'e' } %]
[% PROCESS select sel = { name => 'priority',
size => 7 }
accesskey => 'i' %]
size => 7,
accesskey => 'i' } %]
[% PROCESS select sel = { name => 'rep_platform',
size => 7 }
accesskey => 'h' %]
size => 7,
accesskey => 'h' } %]
[% PROCESS select sel = { name => 'op_sys',
size => 7 }
accesskey => 'o' %]
size => 7,
accesskey => 'o' } %]
</tr>
</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