1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 01:20:30 +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" /> * <$view field="title" format="link" />
*.divider *.divider
* <div> * <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> </div>
@@ @@