aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-30 13:08:28 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-05-30 13:08:28 +0200
commit71e152aa347aae8bb54f610030af45e38fd07661 (patch)
tree82c637411d1ad99f61e300dec1a1b283ef255e59 /poll.rb
parent23e90bb95fb52a5fffff2fbe920096a5dc6e6aff (diff)
give participant_tr an id
Diffstat (limited to 'poll.rb')
-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]