mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-27 09:24:45 +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 field="title"/>
|
||||||
</$view>
|
</$view>
|
||||||
</$list>
|
</$list>
|
||||||
|
|
||||||
<$list filter="""[all[current]] -[[$rootTag$]]""">
|
<$list filter="""[all[current]] -[[$rootTag$]]""">
|
||||||
|
|
||||||
<$macrocall $name="toc-body" rootTag="""$rootTag$""" tag=<<currentTiddler>> sort="$sort$"/>
|
<$macrocall $name="toc-body" rootTag="""$rootTag$""" tag=<<currentTiddler>> sort="$sort$"/>
|
||||||
|
|
||||||
</$list>
|
</$list>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
</$list>
|
</$list>
|
||||||
</ol>
|
</ol>
|
||||||
|
Loading…
Reference in New Issue
Block a user