summaryrefslogtreecommitdiff
path: root/lib/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cgi')
-rw-r--r--lib/cgi/util.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cgi/util.rb b/lib/cgi/util.rb
index a2bd066fe2..f6c25a9550 100644
--- a/lib/cgi/util.rb
+++ b/lib/cgi/util.rb
@@ -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)