Skip to content

Commit

Permalink
TOC macro - macrocall wasn't closed (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC authored and Jermolene committed Dec 5, 2018
1 parent e3c0616 commit a36d847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/wiki/macros/toc.tid
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ tags: $:/tags/Macro
<ol class="tc-toc toc-selective-expandable">
<$list filter="""[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]""">
<$list filter="[all[current]toc-link[no]]" variable="ignore" emptyMessage=<<toc-selective-expandable-empty-message>> >
<$macrocall $name=toc-unlinked-selective-expandable-body tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>> >
<$macrocall $name="toc-unlinked-selective-expandable-body" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>
</$list>
</$list>
</ol>
Expand Down

0 comments on commit a36d847

Please sign in to comment.