1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 14:53:15 +00:00

Remove the trailing space as well, missed that.

This commit is contained in:
nameanyone 2015-12-30 15:38:35 -08:00
parent 7fbe29fd04
commit bd9cd10de1

View File

@ -13,8 +13,7 @@ description: {{$:/language/Buttons/Fold/Hint}}
<$text text={{$:/language/Buttons/Fold/Caption}}/> <$text text={{$:/language/Buttons/Fold/Caption}}/>
</span> </span>
</$list> </$list>
</$button> </$button></$reveal><$reveal type="match" state=<<folded-state>> text="hide" default="show"><$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>
</$reveal><$reveal type="match" state=<<folded-state>> text="hide" default="show"><$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/> <$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]" variable="listItem"> <$list filter="[<tv-config-toolbar-icons>prefix[yes]]" variable="listItem">
{{$:/core/images/unfold-button}} {{$:/core/images/unfold-button}}
@ -24,5 +23,4 @@ description: {{$:/language/Buttons/Fold/Hint}}
<$text text={{$:/language/Buttons/Unfold/Caption}}/> <$text text={{$:/language/Buttons/Unfold/Caption}}/>
</span> </span>
</$list> </$list>
</$button> </$button></$reveal>
</$reveal>