1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Improve tag template

We have to include fake <li> tags to keep Bootstrap's specificity rules
happy
This commit is contained in:
Jeremy Ruston 2013-01-03 20:52:02 +00:00
parent a2dfaec054
commit 38782ab60c

View File

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