aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-08 13:37:43 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-08 13:37:43 +0100
commita381395d4f66caa5f979071c7ffc3c6a70107cdf (patch)
tree753c82371b1b4b61a3b6811a6260e271ac8b0811 /timepollhead.rb
parentfe0e105b0db8ca8716a80ab7a0b2be5c990a23aa (diff)
accept charset in forms
Diffstat (limited to '')
-rw-r--r--timepollhead.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/timepollhead.rb b/timepollhead.rb
index 569ff3f..fa7090f 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -353,7 +353,7 @@ END
days.each{|d|
ret += <<END
<td>
- <form method='post' action=''>
+ <form method='post' action='' accept-charset='utf-8'>
<div>
<input type='hidden' name='new_columnname' value='#{d.strftime("%Y-%m-%d")}' />
<input type='hidden' name='add_remove_column_month' value='#{d.strftime("%Y-%m")}' />