Original patch by Ludovic Dubost.
r=kiko
$vars->{'op_sys'} = \@legal_opsys;
$default{'op_sys'} = pickos();
+$vars->{'keywords'} = formvalue('keywords');
+$vars->{'dependson'} = formvalue('dependson');
+$vars->{'blocked'} = formvalue('blocked');
+
# Use the version specified in the URL, if one is supplied. If not,
# then use the cookie-specified value. (Posting a bug sets a cookie
# for the current version.) If no URL or cookie version, the default
</strong>
</td>
<td colspan="3">
- <input name="keywords" size="60" value=""> (optional)
+ <input name="keywords" size="60" value="[% keywords FILTER html %]"> (optional)
</td>
</tr>
[% END %]
<strong>Depends on:</strong>
</td>
<td>
- <input name="dependson" accesskey="d">
+ <input name="dependson" accesskey="d" value="[% dependson FILTER html %]">
</td>
</tr>
<tr>
<strong>Blocks:</strong>
</td>
<td>
- <input name="blocked" accesskey="b">
+ <input name="blocked" accesskey="b" value="[% blocked FILTER html %]">
</td>
</tr>
[% END %]