From b8a3690d1601483e9a42ec51426d3d713d0e280f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 15 Jun 2007 14:32:53 -0700 Subject: [PATCH] Revert "More preference for double quotation marks" This reverts commit 8718fedf9ef5c5da0f3628c92b0f33d94d07a424. It turns out that for an email address with @ in it, that perl's single-quote strings might actually be useful. Duh. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index c0cc708..16e9db5 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -46,7 +46,7 @@ use IkiWiki::Setup::Standard { # And you'll likely want to customise these as well wikiname => "MyWiki", #adminuser => ["yourname", ], - adminemail => "me@example.org", + adminemail => 'me@example.org', # Everything else can be customised on an as-needed basis srcdir => "$checkout/src", -- 2.43.0