mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Fix extraneous whitespace in toc macro
Accidentally introduced in 3d7b40fbaa
This commit is contained in:
parent
2e1db82f2d
commit
48696c7d41
@ -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…
Reference in New Issue
Block a user