From: Carl Worth Date: Fri, 15 Jun 2007 21:28:34 +0000 (-0700) Subject: More preference for double quotation marks X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=commitdiff_plain;h=8718fedf9ef5c5da0f3628c92b0f33d94d07a424 More preference for double quotation marks --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 16e9db5..c0cc708 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",