summaryrefslogtreecommitdiff
path: root/lib/rexml/attlistdecl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/attlistdecl.rb')
-rw-r--r--lib/rexml/attlistdecl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/attlistdecl.rb b/lib/rexml/attlistdecl.rb
index ea5a98b69e..ec4e6c3b8d 100644
--- a/lib/rexml/attlistdecl.rb
+++ b/lib/rexml/attlistdecl.rb
@@ -31,7 +31,7 @@ module REXML
@element_name, @pairs, @contents = *source
end
end
-
+
# Access the attlist attribute/value pairs.
# value = attlist_decl[ attribute_name ]
def [](key)