1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Fixed problem with tag dropdown list being inline rather than block

This commit is contained in:
Jeremy Ruston 2013-01-03 18:22:52 +00:00
parent 5755cd5d3f
commit 1c559660d9

View File

@ -8,7 +8,9 @@ title: $:/templates/TagTemplate
* <$view field="title" format="link" />
*.divider
* <div>
<$list filter="[is[current]tagging[]sort[title]]"><$view field="title" format="link" /></$list>
<$list filter="[is[current]tagging[]sort[title]]">
<$view field="title" format="link" />
</$list>
</div>
@@