aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cgi')
-rw-r--r--lib/cgi/html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi/html.rb b/lib/cgi/html.rb
index c0ab459e53..59454c1ea5 100644
--- a/lib/cgi/html.rb
+++ b/lib/cgi/html.rb
@@ -51,7 +51,7 @@ class CGI
#
# O O or - O
def nO_element(element, attributes = {})
- s = nOE_element(element)
+ s = nOE_element(element, attributes)
if block_given?
s << yield.to_s
s << "</#{element.upcase}>"