aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/poll.rb b/poll.rb
index 19483c4..97aabe8 100644
--- a/poll.rb
+++ b/poll.rb
@@ -175,6 +175,7 @@ END
htmlname = CGI.escapeHTML(name.strip)
if htmlname == ""
htmlname = "Anonymous ##{rand(1000)}"
+ name = htmlname
end
@data[htmlname] = {"timestamp" => Time.now }
@head.each_key{|columntitle|