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.
This commit is contained in:
Jermolene 2016-02-02 17:40:29 +00:00
parent c98ef97d23
commit 3e78f5cffd
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ title: $:/plugins/tiddlywiki/text-slicer/templates/static/item
<$transclude/>
<$list filter="[list<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>
`</li>`
<$list filter="[list<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>