summaryrefslogtreecommitdiff
path: root/lib/uri/common.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri/common.rb')
-rw-r--r--lib/uri/common.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/common.rb b/lib/uri/common.rb
index 58fd422a5d..00a543c9f2 100644
--- a/lib/uri/common.rb
+++ b/lib/uri/common.rb
@@ -801,7 +801,7 @@ module URI
str
end
- WFKV_ = '(?:%\h\h|[^%#=;&]+)' # :nodoc:
+ WFKV_ = '(?:%\h\h|[^%#=;&])' # :nodoc:
# Decode URL-encoded form data from given +str+.
#