From 255d5fe4b8064f128e3fed8b77e3b8831164d1d2 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 24 Oct 2009 19:24:33 +0200 Subject: guifix: remove double comment box --- poll.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'poll.rb') diff --git a/poll.rb b/poll.rb index 931ca5d..114ab41 100644 --- a/poll.rb +++ b/poll.rb @@ -179,14 +179,14 @@ EDITDELETE end def comment_to_html ret = "
" - ret += "
Comments" + ret += "

Comments

" unless @comment.empty? @comment.each_with_index{|c,i| time,name,comment = c ret += < -
+
#{name} said on #{time.strftime("%d.%m, %H:%M")} @@ -204,7 +204,7 @@ COMMENT # ADD COMMENT ret += < -
+
says  @@ -215,7 +215,6 @@ COMMENT
ADDCOMMENT - ret += "
" ret += "
\n" ret -- cgit v1.2.3