From 83ec51205681c8b54306cbaf2abb771348da6b3f Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 28 Dec 2016 14:29:56 +0100 Subject: add vote-class --- poll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poll.rb b/poll.rb index aef966a..9e79f34 100644 --- a/poll.rb +++ b/poll.rb @@ -137,7 +137,7 @@ class Poll value = MAYBE klasse = MAYBEVAL end - ret += "#{value}\n" + ret += "#{value}\n" } ret += "#{poll['timestamp'].strftime('%c')}" ret += "\n" -- cgit v1.2.3