diff --git a/core/ui/SideBarLists.tid b/core/ui/SideBarLists.tid index 79ff61241..9d3e93830 100644 --- a/core/ui/SideBarLists.tid +++ b/core/ui/SideBarLists.tid @@ -1,23 +1,34 @@ title: $:/core/ui/SideBarLists
- - <$reveal state="$:/temp/search" type="nomatch" text=""> -
- {{$:/language/Search/Matches}} - <$list filter="[!is[system]search{$:/temp/search}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> -
- - <$reveal state="$:/temp/search" type="match" text=""> - <> - + + + +<$reveal state="$:/temp/search" type="nomatch" text=""> + +
+ +{{$:/language/Search/Matches}} + +<$list filter="[!is[system]search{$:/temp/search}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/> + +
+ + + +<$reveal state="$:/temp/search" type="match" text=""> + +<> + + +
diff --git a/core/wiki/macros/tabs.tid b/core/wiki/macros/tabs.tid index cd5ed50f9..013aaba45 100644 --- a/core/wiki/macros/tabs.tid +++ b/core/wiki/macros/tabs.tid @@ -4,19 +4,23 @@ tags: $:/tags/Macro \define tabs(tabsList,default,state:"$:/state/tab",class)
- <$list filter="$tabsList$" variable="currentTab"> - <$button set=<> setTo=<> default="$default$" selectedClass="tw-tab-selected"> - <$transclude tiddler=<> field="caption"> - <$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/> - - - +<$list filter="$tabsList$" variable="currentTab"> +<$button set=<> setTo=<> default="$default$" selectedClass="tw-tab-selected"> +<$transclude tiddler=<> field="caption"> +<$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/> + + +
- <$list filter="$tabsList$" variable="currentTab"> - <$reveal type="match" state=<> text=<> default="$default$"> - <$transclude tiddler=<> mode="block"/> - - +<$list filter="$tabsList$" variable="currentTab"> + +<$reveal type="match" state=<> text=<> default="$default$"> + +<$transclude tiddler=<> mode="block"/> + + + +
\end