diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-01 18:45:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-01 18:45:54 -0400 |
commit | 16b22252a03d3c0bf1af04f60184bdddf2d23caa (patch) | |
tree | 62325252c277c2526b1147a03c4ed7d295db2eb8 /doc | |
parent | 8c6577c3dc8d904231375642b5d9ac2758246edc (diff) | |
download | ikiwiki-16b22252a03d3c0bf1af04f60184bdddf2d23caa.tar ikiwiki-16b22252a03d3c0bf1af04f60184bdddf2d23caa.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/recentchanges/discussion.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/recentchanges/discussion.mdwn b/doc/plugins/recentchanges/discussion.mdwn index 3886b1f60..1c048ab22 100644 --- a/doc/plugins/recentchanges/discussion.mdwn +++ b/doc/plugins/recentchanges/discussion.mdwn @@ -27,3 +27,6 @@ in `recentchanges.pm` that it explicitly registers an `htmlize` hook for the `render()` in `Render.pm` so I guess the upshot is I'm not sure how this is supposed to work; is there a bug here or just something I overlooked that I need to turn on? --Chapman Flack + +> It's a (minor) bug that recentchanges optimises away generating the +> change pages, but that the rss/atom feed still links to them. --[[Joey]] |