aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/poll.rb b/poll.rb
index e2c410e..ee9a642 100644
--- a/poll.rb
+++ b/poll.rb
@@ -63,7 +63,7 @@ class Poll
showparticipation = false
invite = true
end
- ret = "<table border='1' summary='Main Poll table'>\n"
+ ret = "<table border='1'>\n"
sortcolumns = $cgi.include?("sort") ? $cgi.params["sort"] : ["timestamp"]
ret += @head.to_html(sortcolumns)
@@ -174,7 +174,7 @@ INVITE
value=\"#{edituser}\"/>"
ret += "</td>\n"
@head.columns.each{|column|
- ret += "<td class='checkboxes'><table summary='Input for one column' class='checkboxes'>"
+ ret += "<td class='checkboxes'><table class='checkboxes'>"
[[YES, YESVAL],[NO, NOVAL],[MAYBE, MAYBEVAL]].each{|valhuman, valbinary|
ret += <<TR
<tr class='input-#{valbinary}'>