diff options
| -rw-r--r-- | activesupport/lib/active_support/xml_mini/jdom.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/activesupport/lib/active_support/xml_mini/jdom.rb b/activesupport/lib/active_support/xml_mini/jdom.rb index 27c64c4dca..f303daa1a7 100644 --- a/activesupport/lib/active_support/xml_mini/jdom.rb +++ b/activesupport/lib/active_support/xml_mini/jdom.rb @@ -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 | 
