]> source.dussan.org Git - redmine.git/commitdiff
remove trailing tab from app/helpers/custom_fields_helper.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 17 Feb 2013 10:13:40 +0000 (10:13 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 17 Feb 2013 10:13:40 +0000 (10:13 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11414 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/custom_fields_helper.rb

index 140c56842c6cca9a7df6150acd68c11b7f7a09a6..803dbb6d353a01d988102e0fcd40c97d8613ec18 100644 (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?