fixed indent of end in jdom.rb

This commit is contained in:
bigtone1284 2014-11-28 14:23:51 -05:00
parent c6bd5284b3
commit c05cf18a6a

@ -141,7 +141,7 @@ def get_attributes(element)
(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