From 48fc1c6f283884f65f34486b205e22c908a6fe52 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 14 Apr 2008 00:28:32 +0200 Subject: Remove stray quote in date string. --- ikiwiki.admin.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.admin.setup b/ikiwiki.admin.setup index 531e787..5e550c8 100644 --- a/ikiwiki.admin.setup +++ b/ikiwiki.admin.setup @@ -109,7 +109,7 @@ use IkiWiki::Setup::Standard { # To change the extension used for generated html files. #htmlext => 'htm', # Time format (for strftime) - timeformat => '%A d. %e. %B kl. %R (dansk tid)"', + timeformat => '%A d. %e. %B kl. %R (dansk tid)', # Locale to use. Must be a UTF-8 locale. locale => 'da_DK.UTF-8', # Only send cookies over SSL connections. -- cgit v1.2.3