Fix typo in excise button

It meant that the excise button didn't appear on tiddlers of type text/vnd.tiddlywiki
This commit is contained in:
Jermolene 2018-07-03 11:12:12 +01:00
parent 19b54fe905
commit c72e4f01f1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ tags: $:/tags/EditorToolbar
icon: $:/core/images/excise
caption: {{$:/language/Buttons/Excise/Caption}}
description: {{$:/language/Buttons/Excise/Hint}}
condition: [<targetTiddler>type[]] [<targetTiddler>type[text/vnc.tiddlywiki]] +[first[]]
condition: [<targetTiddler>type[]] [<targetTiddler>type[text/vnd.tiddlywiki]] +[first[]]
shortcuts: ((excise))
dropdown: $:/core/ui/EditorToolbar/excise-dropdown