mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-27 20:33:08 -08:00
Fix search results to be in block mode
This commit is contained in:
parent
13d9c55d5c
commit
147f404a41
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
</$list>
|
||||
""">
|
||||
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]" default={{$:/config/SearchResults/Default}}/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue