failed to reproduce

master
joey 2007-10-13 18:11:56 +00:00
parent 707ea6c4e8
commit 57d9b5601b
1 changed files with 8 additions and 1 deletions

View File

@ -4,4 +4,11 @@ I have set
in ikiwiki.setup and put a custom ``page.tmpl`` in there, then called ``ikiwiki --setup`` and verified that it works. It even works when I push to the Git repo and let the receive-hook update the wiki.
However, when I make a change via the CGI (which has been created by the last setup run), it applies the default ``page.tmpl`` file to all pages it updates.
However, when I make a change via the CGI (which has been created by the last setup run), it applies the default ``page.tmpl`` file to all pages it updates.
> Hmm, I tried to reproduce this, but failed, my modified template was used
> both during the --setup and for cgi edits.
>
> Are you 100% sure that your ikiwiki.cgi is right? Try:
> strings ikiwiki.cgi |grep templatedir
> --[[Joey]]