aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-14 14:02:53 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-14 14:02:53 +0200
commitbce9de6fdaaae6ddfad42d0048d1641807bf0e8b (patch)
tree8d95817882db8641ead009b6c85024fb385e6964 /poll.rb
parent5d82c646dc615e1989c7362e01b628eb31c56496 (diff)
nonbreakspace in last edit
Diffstat (limited to 'poll.rb')
-rw-r--r--poll.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll.rb b/poll.rb
index ce008ab..02f0bf5 100644
--- a/poll.rb
+++ b/poll.rb
@@ -114,7 +114,7 @@ HINT
end
ret += "<td class='#{klasse}' title=\"#{CGI.escapeHTML(participant)}: #{CGI.escapeHTML(columntitle.to_s)}\">#{value}</td>\n"
}
- ret += "<td class='date'>#{poll['timestamp'].strftime('%d.%m, %H:%M')}</td>"
+ ret += "<td class='date'>#{poll['timestamp'].strftime('%d.%m,&nbsp;%H:%M')}</td>"
ret += "</tr>\n"
}