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 836d2a1..269fcb5 100644
--- a/poll.rb
+++ b/poll.rb
@@ -116,7 +116,7 @@ class Poll
if $cgi["edituser"] == participant
ret += participate_to_html
else
- ret += "<tr class='participantrow'>\n"
+ ret += "<tr id='#{participant.to_htmlID}_tr' class='participantrow'>\n"
ret += userstring(participant,showparticipation)
@head.columns.each{|column|
case poll[column]