mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 16:51:36 -08:00
Fix extraneous whitespace in toc macro
Accidentally introduced in 3d7b40fbaa
This commit is contained in:
parent
2e1db82f2d
commit
48696c7d41
1 changed files with 0 additions and 4 deletions
|
|
@ -10,13 +10,9 @@ tags: $:/tags/Macro
|
|||
<$view field="title"/>
|
||||
</$view>
|
||||
</$list>
|
||||
|
||||
<$list filter="""[all[current]] -[[$rootTag$]]""">
|
||||
|
||||
<$macrocall $name="toc-body" rootTag="""$rootTag$""" tag=<<currentTiddler>> sort="$sort$"/>
|
||||
|
||||
</$list>
|
||||
|
||||
</li>
|
||||
</$list>
|
||||
</ol>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue