summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 82ab6f3d7..5f9d4ccb9 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -740,8 +740,7 @@
<label for="cc"><b>CC</b></label>:
</td>
<td valign="top">
- <select id="cc" name="cc" multiple="multiple" size="5"
- [%- " disabled=\"disabled\"" IF !user.id %]>
+ <select id="cc" name="cc" multiple="multiple" size="5">
[% FOREACH c = bug.cc %]
<option value="[% c FILTER html %]">[% c FILTER html %]</option>
[% END %]