1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00

Fix tiddler info default tab

Mistakenly omitted from b437f1b450
This commit is contained in:
Jermolene 2014-08-28 15:16:54 +01:00
parent ad40223d6b
commit 748caecca0

View File

@ -1,3 +1,3 @@
title: $:/core/ui/TiddlerInfo
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default="$:/core/ui/TiddlerInfo/References"/>
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]" default={{$:/config/TiddlerInfo/Default}}/>