X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/bf2bf18a792efde4f359875c98f2768a7da5558c..f49d15649f62ec695b6f0ca20f7fc1b042a09af3:/doc/todo/pagestats_among_a_subset_of_pages.mdwn

diff --git a/doc/todo/pagestats_among_a_subset_of_pages.mdwn b/doc/todo/pagestats_among_a_subset_of_pages.mdwn
index f131b5283..33f9258fd 100644
--- a/doc/todo/pagestats_among_a_subset_of_pages.mdwn
+++ b/doc/todo/pagestats_among_a_subset_of_pages.mdwn
@@ -8,11 +8,11 @@ in the patch:
 > [[ikiwiki/PageSpec]]. For instance, to display a cloud of tags used on blog
 > entries, you could use:
 >
-> 	\[[!pagestats pages="tags/*" among="blog/posts/*"]]
+>     \[[!pagestats pages="tags/*" among="blog/posts/*"]]
 >
 > or to display a cloud of tags related to Linux, you could use:
 > 
-> 	\[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
+>     \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]]
 
 I use this on my tag pages on one site, with the following template:
 
@@ -24,3 +24,5 @@ I use this on my tag pages on one site, with the following template:
       archive="yes" quick="yes" reverse="yes" timeformat="%x"]]
 
 --[[smcv]]
+
+> [[merged|done]] thanks --[[Joey]]