From 39f3c4b7ebe05682654f4f02b686aeafeed2baa8 Mon Sep 17 00:00:00 2001 From: pmario Date: Sat, 3 Feb 2024 19:25:05 +0100 Subject: [PATCH] use 2 underscores instead of 1 for better readability --- core/wiki/macros/toc.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/wiki/macros/toc.tid b/core/wiki/macros/toc.tid index 294815dc7..65bf4ff2c 100644 --- a/core/wiki/macros/toc.tid +++ b/core/wiki/macros/toc.tid @@ -38,8 +38,8 @@ tags: $:/tags/Macro <$list filter=`[all[shadows+tiddlers]tag!has[draft.of]$(sort)$] [subfilter] -[] -[subfilter]`> <$let _toc-exclude={{{ [match[yes]then] :else[] }}} > <%if [] -[subfilter<_toc-exclude>] %> - <$let item=<> _path=<> > - <$set name="_excluded" filter="[subfilter] [] [subfilter<_toc-exclude>]"> + <$let item=<> __path=<> > + <$set name="__excluded" filter="[subfilter] [] [subfilter<_toc-exclude>]">
  • >> <% if [all[current]toc-link[no]] %> <> @@ -51,7 +51,7 @@ tags: $:/tags/Macro <% endif %> <$macrocall $name="toc-body" - tag=<> sort=<> itemClassFilter=<> exclude=<<_excluded>> path=<<_path>> + tag=<> sort=<> itemClassFilter=<> exclude=<<__excluded>> path=<<__path>> />