diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-13 18:11:56 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-13 18:11:56 +0000 |
commit | 57d9b5601b913603e648b1ec7d7bd57b0d25db44 (patch) | |
tree | 236cf19539d51fcfbcee15f9740864fcd99a2cb6 /doc | |
parent | 707ea6c4e895b244c3cda8cee4d21407fa366399 (diff) | |
download | ikiwiki-57d9b5601b913603e648b1ec7d7bd57b0d25db44.tar ikiwiki-57d9b5601b913603e648b1ec7d7bd57b0d25db44.tar.gz |
failed to reproduce
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/cgi_does_not_use_templatedir_overlay.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/bugs/cgi_does_not_use_templatedir_overlay.mdwn b/doc/bugs/cgi_does_not_use_templatedir_overlay.mdwn index 657bc483b..673b9226e 100644 --- a/doc/bugs/cgi_does_not_use_templatedir_overlay.mdwn +++ b/doc/bugs/cgi_does_not_use_templatedir_overlay.mdwn @@ -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.
\ No newline at end of file +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]] |