mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Removed extraneous <p> tag from tag dropdown
…by making the <li> element be in block mode
This commit is contained in:
parent
95c9b7b114
commit
c09522fbaf
@ -9,7 +9,9 @@ title: $:/templates/TagTemplate
|
|||||||
*.divider
|
*.divider
|
||||||
* <div>
|
* <div>
|
||||||
<$list filter="[is[current]tagging[]sort[title]]">
|
<$list filter="[is[current]tagging[]sort[title]]">
|
||||||
<li><$view field="title" format="link" /></li>
|
<li>
|
||||||
|
<$view field="title" format="link" />
|
||||||
|
</li>
|
||||||
</$list>
|
</$list>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user