]> git.cworth.org Git - ikiwiki-bootstrap/commitdiff
More preference for double quotation marks
authorCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:28:34 +0000 (14:28 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:28:34 +0000 (14:28 -0700)
ikiwiki.setup

index 16e9db5452374908d3b0cd519ad9a6694397c357..c0cc708ffce61fcc9897ee98cecfc21c70b23e51 100644 (file)
@@ -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",