From 147f404a41ddd201e054ebc05bd20b33bd7ae140 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 10 Nov 2014 19:55:45 +0000 Subject: [PATCH] Fix search results to be in block mode --- core/ui/SearchResults.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/SearchResults.tid b/core/ui/SearchResults.tid index a5246250a..4d324b615 100644 --- a/core/ui/SearchResults.tid +++ b/core/ui/SearchResults.tid @@ -4,7 +4,7 @@ title: $:/core/ui/SearchResults <$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]" emptyMessage=""" <$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]"> -<$transclude/> +<$transclude mode="block"/> """> <$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]" default={{$:/config/SearchResults/Default}}/>