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 2b735f8..f8ed635 100644
--- a/poll.rb
+++ b/poll.rb
@@ -49,7 +49,7 @@ class Poll
ret += "<tr>\n"
ret += "<td class='name' #{$cgi["edit"] == participant ? "id='active'":""}>"
ret += participant
- ret += " <sup><a href='?edit=#{CGI.escape(participant)}'>edit</a></sup>"
+ ret += " <sup><a href='?edit=#{CGI.escape(participant)}'>edit</a></sup>" unless config
ret += "</td>\n"
@head.sort.each{|columntitle,columndescription|
klasse = poll[columntitle]