From 3e78f5cffd9b40c229675f780b4d5c4557285305 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 2 Feb 2016 17:40:29 +0000 Subject: [PATCH] Text-slicer: Fix problem with static template for list items We were rendering the children of the list item outside of the generated LI tag. --- plugins/tiddlywiki/text-slicer/templates/static/item.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/text-slicer/templates/static/item.tid b/plugins/tiddlywiki/text-slicer/templates/static/item.tid index 268320c13..1c7f5a703 100644 --- a/plugins/tiddlywiki/text-slicer/templates/static/item.tid +++ b/plugins/tiddlywiki/text-slicer/templates/static/item.tid @@ -4,6 +4,7 @@ title: $:/plugins/tiddlywiki/text-slicer/templates/static/item <$transclude/> +<$list filter="[list!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/> + `` -<$list filter="[list!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>