mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 17:31:14 +00:00
add space after comma to app/models/setting.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20130 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a885adcfae
commit
2cf079be5b
@ -336,7 +336,7 @@ class Setting < ActiveRecord::Base
|
||||
end
|
||||
elsif arg.is_a?(Hash)
|
||||
arg = arg.dup
|
||||
arg.each do |k,v|
|
||||
arg.each do |k, v|
|
||||
arg[k] = force_utf8_strings(v)
|
||||
end
|
||||
arg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user