summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/field.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/field.html.tmpl')
-rw-r--r--template/en/default/bug/field.html.tmpl7
1 files changed, 2 insertions, 5 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index ece2f64bf..59020518b 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -37,14 +37,11 @@
[% '</label>' IF editable %]
</th>
-<td class="field_value">
+<td class="field_value" [% "colspan=\"$value_span\"" FILTER none IF value_span %]>
[% IF editable %]
[% SWITCH field.type %]
[% CASE constants.FIELD_TYPE_FREETEXT %]
- <input name="[% field.name FILTER html %]"
- value="[% value FILTER html %]"
- [% "colspan=\"$value_span\"" FILTER none IF value_span %]
- size="60">
+ <input name="[% field.name FILTER html %]" value="[% value FILTER html %]" size="60">
[% END %]
[% ELSE %]
[% value FILTER html %]