mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixed indent of end in jdom.rb
This commit is contained in:
parent
c6bd5284b3
commit
c05cf18a6a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ module ActiveSupport
|
|||
(0...attributes.length).each do |i|
|
||||
attribute_hash[CONTENT_KEY] ||= ''
|
||||
attribute_hash[attributes.item(i).name] = attributes.item(i).value
|
||||
end
|
||||
end
|
||||
attribute_hash
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue