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 72e46f2..5ef4e28 100644
--- a/poll.rb
+++ b/poll.rb
@@ -72,7 +72,7 @@ class Poll
ret += participate_to_html(edituser)
else
ret += "<tr class='participantrow'>\n"
- ret += "<td class='name' #{edituser == participant ? "id='active'":""}>"
+ ret += "<td class='name'>"
ret += "<a title='Edit user #{CGI.escapeHTML(participant)}' href=\"?edituser=#{CGI.escapeHTML(CGI.escape(participant))}\">" if showparticipation
ret += participant
ret += "<span class='edituser'> <sup>#{EDIT}</sup></span></a>" if showparticipation