From 7b6f23c2ed8fad7fa9bc2e2712552b5eb8e2abd4 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 1 May 2010 22:22:54 +0200 Subject: bugfix for gettext exception --- timepollhead.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timepollhead.rb') diff --git a/timepollhead.rb b/timepollhead.rb index 178060f..ade226e 100644 --- a/timepollhead.rb +++ b/timepollhead.rb @@ -267,7 +267,7 @@ END klasse = "chosen" varname = "deletecolumn" end - ret += "#{add_remove_button(klasse, d.day, varname, d.strftime("%Y-%m-%d"),revision)}" + ret += "#{add_remove_button(klasse, d.day, varname, d.strftime('%Y-%m-%d'),revision)}" d = d.next break if d.month != @startdate.month ret += "\n" if d.wday == 1 -- cgit v1.2.3