From baafe5ea2364c3c07c1fd31dcc300d4a2de85c5a Mon Sep 17 00:00:00 2001 From: Xavier Cazin Date: Sun, 15 Dec 2024 15:31:07 +0100 Subject: [PATCH] Add missing <> macro parameter in the ViewTemplate for system tags (#8820) * Add missing <> macro parameter in the ViewTemplate for system tags * Use %if construct instead of $list widget in System Tag ViewTemplate --- editions/tw5.com/tiddlers/system/systemtag-template.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/systemtag-template.tid b/editions/tw5.com/tiddlers/system/systemtag-template.tid index b4e2d80c3..10f302985 100644 --- a/editions/tw5.com/tiddlers/system/systemtag-template.tid +++ b/editions/tw5.com/tiddlers/system/systemtag-template.tid @@ -4,10 +4,10 @@ modified: 20240710163659672 tags: $:/tags/ViewTemplate title: $:/editions/tw5.com/systemtag-template -<$list filter='[all[current]prefix[SystemTag: ]]'> +<%if [all[current]prefix[SystemTag: ]] %> <$let thisTag={{{ [all[current]removeprefix[SystemTag: ]] }}} > -<$list filter='[all[tiddlers+shadows]taglimit[1]]' emptyMessage='(No tiddlers are currently tagged with <> )'> +<$list filter='[all[tiddlers+shadows]taglimit[1]]' emptyMessage='(No tiddlers are currently tagged with <>)'> The following tiddlers are tagged with <> @@ -24,4 +24,4 @@ The following tiddlers are tagged with <> - +<%endif%>