From 413a69a8cb7ab9f1b29dd2785aa8079602547e56 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 8 Jun 2009 11:58:00 +0200 Subject: move columndescription to instead of --- poll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poll.rb') diff --git a/poll.rb b/poll.rb index e844917..bf90b58 100644 --- a/poll.rb +++ b/poll.rb @@ -35,7 +35,7 @@ class Poll def head_to_html ret = "Name\n" @head.sort.each{|columntitle,columndescription| - ret += "#{columntitle}\n" + ret += "#{columntitle}\n" } ret += "Last Edit\n" ret += "\n" -- cgit v1.2.3