remove trailing tab from app/helpers/custom_fields_helper.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11414 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-02-17 10:13:40 +00:00
parent 9ac2afec04
commit 14fcac8160
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module CustomFieldsHelper
end
# Return custom field html tag corresponding to its format
def custom_field_tag(name, custom_value)
def custom_field_tag(name, custom_value)
custom_field = custom_value.custom_field
field_name = "#{name}[custom_field_values][#{custom_field.id}]"
field_name << "[]" if custom_field.multiple?