From 7795ed92300b6ed73062363484eff68de4c141f6 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 15 Jan 2020 20:29:13 +0000 Subject: [PATCH] Fix stamp dropdown not transcluding caption field --- core/ui/EditorToolbar/stamp-dropdown.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/ui/EditorToolbar/stamp-dropdown.tid b/core/ui/EditorToolbar/stamp-dropdown.tid index a22a3e800..761e05fc9 100644 --- a/core/ui/EditorToolbar/stamp-dropdown.tid +++ b/core/ui/EditorToolbar/stamp-dropdown.tid @@ -29,11 +29,11 @@ suffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}} $tiddler=<> /> -<$view tiddler=<> field="caption" mode="inline"> +<$transclude tiddler=<> field="caption" mode="inline"> -<$view tiddler=<> field="title" mode="inline"/> +<$view tiddler=<> field="title" /> - + \end