mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
3e78f5cffd
We were rendering the children of the list item outside of the generated LI tag.
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/static/item
|
|
|
|
`<li class="`{{||$:/plugins/tiddlywiki/text-slicer/templates/static/helpers/classes}}`">`
|
|
|
|
<$transclude/>
|
|
|
|
<$list filter="[list<currentTiddler>!has[draft.of]]" template="$:/plugins/tiddlywiki/text-slicer/templates/static/tiddler"/>
|
|
|
|
`</li>`
|
|
|