Fix cookiejar default setting.
parent
1ad7ede088
commit
df09eba2fd
|
@ -515,9 +515,8 @@ sub getsetup () {
|
|||
},
|
||||
cookiejar => {
|
||||
type => "string",
|
||||
default => "$ENV{HOME}/.ikiwiki/cookies",
|
||||
default => { file => "$ENV{HOME}/.ikiwiki/cookies" },
|
||||
description => "cookie control",
|
||||
example => { file => "$ENV{HOME}/.ikiwiki/cookies" },
|
||||
safe => 0, # hooks into perl module internals
|
||||
rebuild => 0,
|
||||
},
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ikiwiki (3.20130904.1) UNRELEASED; urgency=low
|
||||
|
||||
* Fix cookiejar default setting.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 04 Sep 2013 10:14:16 -0400
|
||||
|
||||
ikiwiki (3.20130904) unstable; urgency=low
|
||||
|
||||
* calendar: Display the popup mouseover when there is only 1 page for a
|
||||
|
|
Loading…
Reference in New Issue