aboutsummaryrefslogtreecommitdiff
path: root/history.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-20 15:31:14 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-20 15:31:14 +0100
commit00183811523468d9571d9da34bbe1356528dacae (patch)
tree7233270d886282f7b188373375fa15800081c93a /history.rb
parentaf2fb0d4fd23739b726cc37e4ba0e7ea36b71457 (diff)
hide participation thing in history
Diffstat (limited to '')
-rwxr-xr-xhistory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.rb b/history.rb
index e49f2e2..1d438c6 100755
--- a/history.rb
+++ b/history.rb
@@ -60,7 +60,7 @@ if defined?(REVISION)
else
$html << "<h2>Current Poll</h2>"
end
-$html << table.to_html
+$html << table.to_html("",false)
$html << "<h2>History</h2>"
$html << "<div id='history'>#{table.history_to_html}</div>"