aboutsummaryrefslogtreecommitdiff
path: root/history.rb
diff options
context:
space:
mode:
Diffstat (limited to 'history.rb')
-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>"