git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2011-12-18 03:16:05 +00:00
Родитель 9f688d53c2
Коммит 7cabeff61a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -859,7 +859,7 @@ module URI
# (ASCII space) to + and converts others to %XX. # (ASCII space) to + and converts others to %XX.
# #
# This is an implementation of # This is an implementation of
# http://www.w3.org/TR/html5/forms.html#url-encoded-form-data # http://www.w3.org/TR/html5/association-of-controls-and-forms.html#url-encoded-form-data
# #
# See URI.decode_www_form_component, URI.encode_www_form # See URI.decode_www_form_component, URI.encode_www_form
def self.encode_www_form_component(str) def self.encode_www_form_component(str)