summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-02-26 11:50:24 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-02-26 11:50:24 -0500
commit4b1da14612c26981055dd186deacc004f93bdad0 (patch)
treee1e6d327f67c9d200a64cf4c3a9d8334dcd3a9e4
parentb3c3c42b269c102123dcd80979cb9c49ce13bca7 (diff)
parent983ecb0915b27f33e14e4b2e20090df69419f374 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r--doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn b/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn
index bc19e7d87..de178d415 100644
--- a/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn
+++ b/doc/bugs/map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn
@@ -14,3 +14,5 @@ The [[ikiwiki/directive/map]] directive sort by pagename. That looks kind of odd
>> 1. inline also does sort by pagename even when explicitly told to sort by title.
>>
>> 2. I cannot get inline to create a list when the htmltidy plugin is switched on. I have a template which is enclosed in an li tag, and i put the ul tag around the inline manually, but htmltidy breaks this. --martin
+
+>>>> You might want to check if the [[plugins/contrib/report]] plugin solves your problem. It can sort by title, among other things. --[[KathrynAndersen]]