summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-14 00:28:32 +0200
committerJonas Smedegaard <dr@jones.dk>2008-04-14 00:28:32 +0200
commit48fc1c6f283884f65f34486b205e22c908a6fe52 (patch)
tree9f274e3fbed382ab408c0aad89d25b8cf391c078
parent5300766f7c085a1503c57cf3c02abde222ac00f5 (diff)
Remove stray quote in date string.
-rw-r--r--ikiwiki.admin.setup2
1 files changed, 1 insertions, 1 deletions
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.