summaryrefslogtreecommitdiffstats
path: root/lib/rexml/parsers/sax2parser.rb
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-02 01:45:19 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-02 01:45:19 +0000
commit74e14343cfd8a2d7548c452c64c52bbb70d1a417 (patch)
tree0c403fe2d7e6e292c784812b821dc5df98c572ec /lib/rexml/parsers/sax2parser.rb
parentb8496ccd8fd192c33914bb761c6765350028da73 (diff)
downloadruby-74e14343cfd8a2d7548c452c64c52bbb70d1a417.tar.gz
ruby-74e14343cfd8a2d7548c452c64c52bbb70d1a417.tar.xz
ruby-74e14343cfd8a2d7548c452c64c52bbb70d1a417.zip
r1361@bean: ser | 2007-10-01 21:24:28 -0400
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/parsers/sax2parser.rb')
-rw-r--r--lib/rexml/parsers/sax2parser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rexml/parsers/sax2parser.rb b/lib/rexml/parsers/sax2parser.rb
index dba18594b..e402eb774 100644
--- a/lib/rexml/parsers/sax2parser.rb
+++ b/lib/rexml/parsers/sax2parser.rb
@@ -94,8 +94,8 @@ module REXML
when :end_document
handle( :end_document )
break
- when :start_doctype
- handle( :doctype, *event[1..-1])
+ when :start_doctype
+ handle( :doctype, *event[1..-1])
when :end_doctype
context = context[1]
when :start_element