From 1ec8b7877e3c069b720e2107849dbd8a1be074c4 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Mon, 9 Nov 2020 17:08:34 +0000 Subject: [PATCH] Ensure root template contents is parsed in block mode Embarrassingly, the double blank lines at the end of the tiddler are needed to ensure the transclude widget is recognised in block mode, instead of being wrapped in a paragraph tag. Fixes #5016 --- core/ui/RootTemplate.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/ui/RootTemplate.tid b/core/ui/RootTemplate.tid index a0af69a70..1fd7319ba 100644 --- a/core/ui/RootTemplate.tid +++ b/core/ui/RootTemplate.tid @@ -1,3 +1,4 @@ title: $:/core/ui/RootTemplate -<$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode="inline"/> \ No newline at end of file +<$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode="inline"/> +