From 08fb37ca8ce72f8959c98601a370a8f677571696 Mon Sep 17 00:00:00 2001 From: "G. Gibson" Date: Sun, 30 Mar 2025 13:12:01 -0700 Subject: [PATCH] uri-unescape bug fix 6 --- Services/www/www/gxg-www.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Services/www/www/gxg-www.rb b/Services/www/www/gxg-www.rb index 5615b31..53a70e6 100644 --- a/Services/www/www/gxg-www.rb +++ b/Services/www/www/gxg-www.rb @@ -854,6 +854,7 @@ module GxGwww while the_string.include?("%22") the_string = the_parser.unescape(the_string) end + the_string } case the_method when :get