Bug 373413: Wrong variable used when clearing the bug resolution - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r/a=mkanat

This commit is contained in:
lpsolit%gmail.com 2007-03-10 11:57:45 +00:00
Родитель 92f5ceae06
Коммит b7e73e8878
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -61,7 +61,7 @@
<input type="radio" id="knob-clear" name="knob" value="clearresolution">
<label for="knob-clear">
Clear the resolution (remove the current resolution of
<b>[% status_descs.${bug.resolution} FILTER html %]</b>)
<b>[% resolution_descs.${bug.resolution} FILTER html %]</b>)
</label>
<br>
[% knum = knum + 1 %]