From b32dbe64e111dc335c5ad37e1e014872e41e33b4 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 17 Dec 2023 22:02:32 +0000 Subject: [PATCH] Restore comma before skinny tiddlers Fixes #7896 --- core/templates/html-json-skinny-tiddler.tid | 2 +- core/templates/store.area.template.html.tid | 4 +--- plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/core/templates/html-json-skinny-tiddler.tid b/core/templates/html-json-skinny-tiddler.tid index 6f5b7ff35..6402bcee5 100644 --- a/core/templates/html-json-skinny-tiddler.tid +++ b/core/templates/html-json-skinny-tiddler.tid @@ -1,3 +1,3 @@ title: $:/core/templates/html-json-skinny-tiddler -<$jsontiddler tiddler=<> exclude="text" escapeUnsafeScriptChars="yes"/> +<$text text=<>/><$jsontiddler tiddler=<> exclude="text" escapeUnsafeScriptChars="yes"/> diff --git a/core/templates/store.area.template.html.tid b/core/templates/store.area.template.html.tid index b148a2ff3..1aebd2477 100644 --- a/core/templates/store.area.template.html.tid +++ b/core/templates/store.area.template.html.tid @@ -9,9 +9,7 @@ title: $:/core/templates/store.area.template.html <$let newline={{{ [charcode[10]] }}} join=`,$(newline)$`> <$text text=<>/> <$list filter=<> join=<> template="$:/core/templates/html-json-tiddler"/> - <$vars numTiddlers={{{ [subfiltercount[]] }}}> - <$list filter={{{ [] }}} join=<> template="$:/core/templates/html-json-skinny-tiddler"/> - + <$list filter=<> template="$:/core/templates/html-json-skinny-tiddler"/> <$text text=<>/> `]` diff --git a/plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid b/plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid index b7329c265..ce953fbf2 100644 --- a/plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid +++ b/plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid @@ -1,3 +1,3 @@ title: $:/core/templates/html-json-skinny-tiddler -<$jsontiddler tiddler=<> exclude="text" escapeUnsafeScriptChars="yes" $revision=<> $bag="default" $_is_skinny=""/> +<$text text=<>/><$jsontiddler tiddler=<> exclude="text" escapeUnsafeScriptChars="yes" $revision=<> $bag="default" $_is_skinny=""/>