summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/fieldvalues/edit.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-10-03 21:25:12 +0200
committermkanat%bugzilla.org <>2008-10-03 21:25:12 +0200
commite5cb44116816d837adebd28519c325ec8c3dd754 (patch)
tree666f4431610e1f993c4bd667bf39715d23f210b0 /template/en/default/admin/fieldvalues/edit.html.tmpl
parent4b781a339951b8a4e60e3615bf879b339e4574fd (diff)
downloadbugzilla-e5cb44116816d837adebd28519c325ec8c3dd754.tar.gz
bugzilla-e5cb44116816d837adebd28519c325ec8c3dd754.tar.xz
Fix some test failures caused by the Field::Choice patches.
Diffstat (limited to 'template/en/default/admin/fieldvalues/edit.html.tmpl')
-rw-r--r--template/en/default/admin/fieldvalues/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl
index 29f881ec8..f12383866 100644
--- a/template/en/default/admin/fieldvalues/edit.html.tmpl
+++ b/template/en/default/admin/fieldvalues/edit.html.tmpl
@@ -40,7 +40,7 @@
[%- value.name FILTER html %]
[% ELSE %]
<input id="value_new" name="value_new" size="20"
- maxlength="[% constants.MAX_FIELD_VALUE_SIZE %]"
+ maxlength="[% constants.MAX_FIELD_VALUE_SIZE FILTER none %]"
value="[% value.name FILTER html %]">
[% END %]
</td>