1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 03:19:55 +00:00

Fix extraneous whitespace in toc macro

Accidentally introduced in 3d7b40fbaa
This commit is contained in:
Jermolene 2014-11-02 21:23:17 +00:00
parent 2e1db82f2d
commit 48696c7d41

View File

@ -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>