diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2010-03-26 15:09:11 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-26 15:09:11 +0000 |
commit | 3c98cf653f6d6950a425620acf0279df902d004b (patch) | |
tree | 448887c1c5025d6f0f837b7b1ee2632eb251b383 /doc | |
parent | b9958fe3cf1a27b58d3e2bd59c76553eb0046782 (diff) | |
download | ikiwiki-3c98cf653f6d6950a425620acf0279df902d004b.tar ikiwiki-3c98cf653f6d6950a425620acf0279df902d004b.tar.gz |
fix link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/report/discussion.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/report/discussion.mdwn b/doc/plugins/contrib/report/discussion.mdwn index 6b1e28f6a..918d0779b 100644 --- a/doc/plugins/contrib/report/discussion.mdwn +++ b/doc/plugins/contrib/report/discussion.mdwn @@ -4,7 +4,7 @@ or the ability to not have `archive="yes"`), plus part of for template evaluation being relatively stateless. A large part of this plugin would just fall off if one of the versions of -[[todo/allow_add_plugins_to_add_sorting_methods]] was merged, which was a +"[[todo/allow_plugins_to_add_sorting_methods]]" was merged, which was a large part of the idea of that feature request :-) To make use of that you'd have to use `pagespec_match_list` in the trail case too, but that's easy enough - just add `list => [@the_trail_pages]` to the arguments. |