master
joey 2006-09-14 23:14:48 +00:00
parent c5e0559a2a
commit 65d9871a38
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ sub estcfg () { #{{{
$template->param(
index => $estdir,
tmplfile => "$estdir/$cgi.tmpl",
destdir => IkiWiki::abs_path($config{destdir}),
destdir => abs_path($config{destdir}),
url => $config{url},
);
print TEMPLATE $template->output;