aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index b1c3a7a..37e9eae 100644
--- a/poll.rb
+++ b/poll.rb
@@ -78,7 +78,7 @@ class Poll
ret += "</span></td>"
ret += "<td class='name'>"
else
- ret += "<td class='invisible'></td><td class='name'>"
+ ret += "<td class='name' colspan='2'>"
end
ret += "<span id='#{participant.to_htmlID}'>#{participant}</span>"
ret += "</td>"