From b656daafbabd4122202045f0d83090c362e7c1c6 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 1 Mar 2011 21:54:06 +0100 Subject: bugfix: could not add comment --- poll.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'poll.rb') 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 += "#{GOUP}" if @comment.size > 5 + if @comment.size > 5 + ret += "#{GOUP}" + end if editable -- cgit v1.2.3