From: Carl Worth Date: Fri, 15 Jun 2007 21:32:53 +0000 (-0700) Subject: Revert "More preference for double quotation marks" X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=commitdiff_plain;h=b8a3690d1601483e9a42ec51426d3d713d0e280f 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. --- 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",