Bug 329789: The guided format when creating a bug doesn't let me specify a component as part of the URL - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=timeless a=myk

This commit is contained in:
lpsolit%gmail.com 2006-07-25 00:38:17 +00:00
parent 7d923a632e
commit 8e3e275602

View File

@ -211,7 +211,7 @@ function PutDescription() {
size="5" onchange="PutDescription()">
[% FOREACH c = product.components %]
<option value="[% c.name FILTER html %]"
[% " selected=\"selected\"" IF c == default.component_ %]>
[% " selected=\"selected\"" IF c.name == default.component_ %]>
[% c.name FILTER html %]
</option>
[% END %]