From: Toshi MARUYAMA Date: Sun, 17 Feb 2013 10:13:40 +0000 (+0000) Subject: remove trailing tab from app/helpers/custom_fields_helper.rb X-Git-Tag: 2.3.0~103 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=14fcac816073ff3127b67886d4d28dfb5e62c852;p=redmine.git 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 --- diff --git a/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb index 140c56842..803dbb6d3 100644 --- a/app/helpers/custom_fields_helper.rb +++ b/app/helpers/custom_fields_helper.rb @@ -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?