From 06e269f3cb73e6ba5bfde09637b74ded77ab282a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 15 Oct 2013 21:07:35 +0100 Subject: [PATCH] Fix the untagged list in the tags list --- core/ui/UntaggedTemplate.tid | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/ui/UntaggedTemplate.tid b/core/ui/UntaggedTemplate.tid index 80a63313e..a6a7e89b3 100644 --- a/core/ui/UntaggedTemplate.tid +++ b/core/ui/UntaggedTemplate.tid @@ -1,8 +1,6 @@ title: $:/core/ui/UntaggedTemplate <$button popup="$:/state/tagpopup" qualifyTiddlerTitles="yes" class="btn-invisible tw-untagged-label tw-tag-label">untagged -<$reveal state="$:/state/tagpopup" type="popup" position="below" qualifyTiddlerTitles="yes" >
-<$list filter="[untagged[]!is[system]] -[tags[]] +[sort[title]]"> -<$view field="title" format="link" /> - +<$reveal state="$:/state/tagpopup" type="popup" position="below" qualifyTiddlerTitles="yes">
+<$list filter="[untagged[]!is[system]] -[tags[]] +[sort[title]]" template="$:/core/ui/ListItemTemplate"/>