summaryrefslogtreecommitdiff
path: root/lib/rexml/dtd/dtd.rb
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 20:57:30 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 20:57:30 +0000
commit5acca4dbda70cb485c001633db790f54a93c6cb7 (patch)
tree1561ffa52e23c9e6ac6e08dd8ad46c3981f61218 /lib/rexml/dtd/dtd.rb
parent078b6d68736bc9427a51b81c297451c0ae3980b4 (diff)
parente01f25e7afd40b828fda5078e1259b3b53575886 (diff)
sorry. I made wrong tags.v1_8_5_55
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_5_55@13009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/dtd/dtd.rb')
-rw-r--r--lib/rexml/dtd/dtd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/dtd/dtd.rb b/lib/rexml/dtd/dtd.rb
index 4f735d4812..81119cfa9b 100644
--- a/lib/rexml/dtd/dtd.rb
+++ b/lib/rexml/dtd/dtd.rb
@@ -25,7 +25,7 @@ module REXML
when ElementDecl.PATTERN_RE
match = $&
source = $'
- contents << ElementDecl.new( match )
+ contents << EleemntDecl.new( match )
when AttlistDecl.PATTERN_RE
matchdata = $~
source = $'