To fix the buf, open $:/core/macros/tabs and change

</div><div class="tc-tab-divider $class$"/><div class="tc-tab-content 
$class$">
<$list filter="$tabsList$" variable="currentTab">

<$reveal type="match" state=<<qualify "$state$">> text=<<currentTab>> 
default="$default$">

<$transclude tiddler="$template$" mode="block">

<$transclude tiddler=<<currentTab>> mode="block"/>

</$transclude>

</$reveal>

</$list>

to


<$list filter="$tabsList$">

<$reveal type="match" state=<<qualify "$state$">> text=<<currentTiddler>> 
default="$default$">

<$transclude tiddler="$template$" mode="block">

<$transclude tiddler=<<currentTiddler>> mode="block"/>

</$transclude>

</$reveal>

</$list>


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to