aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 22:21:18 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 22:21:18 +0100
commit5d71d95726fc98d9b3711edfef84c1cbc9a03b76 (patch)
treed0285d0e6c756f05466d885813d17f3f7d624700
parent308c067fb65cc22422c8feae1f2e8691255e3f96 (diff)
wrong order of closing tabs
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index a0c55a9..dda6b0f 100644
--- a/poll.rb
+++ b/poll.rb
@@ -78,7 +78,7 @@ class Poll
ret += "<td class='name' #{edituser == participant ? "id='active'":""}>"
ret += "<a href=\"?edituser=#{CGI.escapeHTML(CGI.escape(participant))}\">" if showparticipation
ret += participant
- ret += "<span class='edituser'> <sup>#{EDIT}</sup></a></span>" if showparticipation
+ ret += "<span class='edituser'> <sup>#{EDIT}</sup></span></a>" if showparticipation
ret += "</td>\n"
@head.each_column{|columnid,columntitle|
klasse = poll[columnid]