diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ac426403e..aaf2de5a6 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -197,7 +197,7 @@ function handleWantsAttachment(wants_attachment) { Component</a>: </th> <td> - <select name="component" onchange="set_assign_to();" size="5"> + <select name="component" onchange="set_assign_to();" size="7"> [%- FOREACH c = product.components %] <option value="[% c.name FILTER html %]" [% " selected=\"selected\"" IF c.name == default.component_ %]> |