diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2011-06-23 08:10:14 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-23 08:10:14 +0000 |
commit | 7f5664978a8cf476aafbaf92ff6987b86283e9b0 (patch) | |
tree | 47261aa2afa241a26dd79ba90ef01d72b73a33a6 /doc/bugs | |
parent | 5afb90d082e23d560e76fcc06f98f64a09f36a33 (diff) | |
download | ikiwiki-7f5664978a8cf476aafbaf92ff6987b86283e9b0.tar ikiwiki-7f5664978a8cf476aafbaf92ff6987b86283e9b0.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn b/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn index f7b02a67b..f5a331a1a 100644 --- a/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn +++ b/doc/bugs/Comments_are_not_sorted_by_their_date_attribute.mdwn @@ -62,3 +62,5 @@ The real bug was that the preprocess hook for comments didn't run in the scan phase; my branch fixes that, streamlines that hook a bit when run in the scan phase (so it doesn't htmlize, and only runs nested directives in scan mode), and adds a regression test. --[[smcv]] + +[[!tag patch]] |