mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
fix missingText in toc-tabbed-*-nav
This commit is contained in:
parent
e07edae502
commit
181e78410b
@ -449,7 +449,7 @@ If a toc-item link is clicked it will open the tiddler in the story river
|
||||
<$reveal stateTitle=<<selectedTiddler>> type="nomatch" text="">
|
||||
<$transclude mode="block" tiddler=<<template>>>
|
||||
<h1><<_itemTemplate>></h1>
|
||||
<$transclude mode="block">$missingText$</$transclude>
|
||||
<$transclude mode="block"><<missingText>></$transclude>
|
||||
</$transclude>
|
||||
</$reveal>
|
||||
<$reveal stateTitle=<<selectedTiddler>> type="match" text="">
|
||||
|
Loading…
Reference in New Issue
Block a user