From 71e152aa347aae8bb54f610030af45e38fd07661 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 30 May 2011 13:08:28 +0200 Subject: give participant_tr an id --- poll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += "\n" + ret += "\n" ret += userstring(participant,showparticipation) @head.columns.each{|column| case poll[column] -- cgit v1.2.3