From 72c64013c7a6d3203a562475d896869dd0f67c34 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 3 Jun 2019 13:28:59 +0100 Subject: [PATCH] Fix control panel stylesheets tab to use $:/state/... instead of $:/config/... --- core/wiki/peek-stylesheets.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/wiki/peek-stylesheets.tid b/core/wiki/peek-stylesheets.tid index 06ef57cf4..37bb37e77 100644 --- a/core/wiki/peek-stylesheets.tid +++ b/core/wiki/peek-stylesheets.tid @@ -3,7 +3,7 @@ title: $:/snippets/peek-stylesheets \define expandable-stylesheets-list()
    <$list filter="[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]"> -<$vars state=<>> +<$vars state=<>> <$set name="state" value={{{ [addsuffix] }}}>
  1. <$reveal type="match" state=<> text="yes" tag="span"> @@ -58,7 +58,7 @@ title: $:/snippets/peek-stylesheets
\end -<$vars modeState=<>> +<$vars modeState=<>> <$reveal type="nomatch" state=<> text="expanded" tag="div"> <$button set=<> setTo="expanded" class="tc-btn-invisible">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}}