From a546eb1f9201455a9c9713b70443a9457f2dcd48 Mon Sep 17 00:00:00 2001 From: pmario Date: Sat, 16 Mar 2024 18:06:06 +0100 Subject: [PATCH] use transclude widget new $parameter syntax --- core/ui/SideBar/Tools.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/SideBar/Tools.tid b/core/ui/SideBar/Tools.tid index 86e4a3a13..a285ade5a 100644 --- a/core/ui/SideBar/Tools.tid +++ b/core/ui/SideBar/Tools.tid @@ -18,9 +18,9 @@ caption: {{$:/language/SideBar/Tools/Caption}} data-title=<> > <$checkbox tiddler=<> field="text" checked="show" unchecked="hide" default="show" class="tc-tiny-gap-right"/> - <$transclude tiddler=<>/> + <$transclude $tiddler=<>/> - <$transclude tiddler=<> field="description"/> + <$transclude $tiddler=<> $field="description"/>