mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove trainling spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9bb6a05283
commit
d059d718b5
24 changed files with 45 additions and 45 deletions
|
@ -91,7 +91,7 @@ class CGI
|
|||
def CGI::escape_html(str)
|
||||
escapeHTML(str)
|
||||
end
|
||||
|
||||
|
||||
# Synonym for CGI::unescapeHTML(str)
|
||||
def CGI::unescape_html(str)
|
||||
unescapeHTML(str)
|
||||
|
@ -145,7 +145,7 @@ class CGI
|
|||
def CGI::escape_element(str)
|
||||
escapeElement(str)
|
||||
end
|
||||
|
||||
|
||||
# Synonym for CGI::unescapeElement(str)
|
||||
def CGI::unescape_element(str)
|
||||
unescapeElement(str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue