1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Removed extraneous <p> tag from tag dropdown

…by making the <li> element be in block mode
This commit is contained in:
Jeremy Ruston 2013-01-03 22:03:56 +00:00
parent 95c9b7b114
commit c09522fbaf

View File

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