aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index a864ab4..9b3f9d2 100644
--- a/poll.rb
+++ b/poll.rb
@@ -100,7 +100,8 @@ class Poll
ret
end
def to_html(showparticipation = true)
- ret = "<table class='polltable'>\n"
+ # border=1 for textbrowsers ;--)
+ ret = "<table class='polltable' border='1'>\n"
sortcolumns = $cgi.include?("sort") ? $cgi.params["sort"] : ["timestamp"]
ret += @head.to_html(sortcolumns)