From bafe447e1cf8b639396f39675bdc3825741b34af Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 6 Apr 2018 08:19:03 +0100 Subject: [PATCH] DynaView: force DIVs for transclude-when-visible macro --- plugins/tiddlywiki/dynaview/macros.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tiddlywiki/dynaview/macros.tid b/plugins/tiddlywiki/dynaview/macros.tid index d48def8f9..cd73cb76c 100644 --- a/plugins/tiddlywiki/dynaview/macros.tid +++ b/plugins/tiddlywiki/dynaview/macros.tid @@ -3,10 +3,10 @@ tags: $:/tags/Macro \define transclude-when-visible(tiddler,mode:"block",state,minHeight:"1em",loadingText:"…")
> data-dynaview-set-value="visible"> -<$reveal state=<<__state__>> type="match" text="visible"> +<$reveal state=<<__state__>> type="match" text="visible" tag="div"> <$transclude tiddler=<<__tiddler__>> mode=<<__block__>>/> -<$reveal state=<<__state__>> type="nomatch" text="visible"> +<$reveal state=<<__state__>> type="nomatch" text="visible" tag="div"> $loadingText$