aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--poll.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/poll.rb b/poll.rb
index fac4252..85d2ed8 100644
--- a/poll.rb
+++ b/poll.rb
@@ -337,8 +337,10 @@ TR
}
end
- ret += "<a class='top_bottom_ref' href='#top' title='"
- ret += _("Go Up") + "'>#{GOUP}</a>" if @comment.size > 5
+ if @comment.size > 5
+ ret += "<a class='top_bottom_ref' href='#top' title='"
+ ret += _("Go Up") + "'>#{GOUP}</a>"
+ end
if editable