uri-unescape bug fix 6

This commit is contained in:
G. Gibson 2025-03-30 13:12:01 -07:00
parent debc4bddd2
commit 08fb37ca8c

View file

@ -854,6 +854,7 @@ module GxGwww
while the_string.include?("%22") while the_string.include?("%22")
the_string = the_parser.unescape(the_string) the_string = the_parser.unescape(the_string)
end end
the_string
} }
case the_method case the_method
when :get when :get