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..2dc115266 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="[subfilter]" template="$:/core/templates/html-json-skinny-tiddler"/> <$text text=<>/> `]` @@ -22,8 +20,8 @@ title: $:/core/templates/store.area.template.html <$reveal type="nomatch" state="$:/isEncrypted" text="yes"> `` 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=""/>