summaryrefslogtreecommitdiff
path: root/lib/rexml/dtd/notationdecl.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rexml/dtd/notationdecl.rb2
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ module REXML
def NotationDecl.parse_source source, listener
md = source.match( PATTERN_RE, true )
- thing = md[0].squeeze " \t\n\r"
listener.send inspect.downcase, thing
end
end