mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fix whitespace and missing closing tag issues in #2821
This commit is contained in:
parent
ec0fa2f932
commit
83497c13d9
@ -6,7 +6,6 @@ description: {{$:/language/Buttons/NewJournal/Hint}}
|
||||
\define journalButton()
|
||||
<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>>>
|
||||
<$action-sendmessage $message="tm-new-tiddler" title=<<now "$(journalTitleTemplate)$">> tags="$(journalTags)$" text="$(journalText)$"/>
|
||||
|
||||
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
||||
{{$:/core/images/new-journal-button}}
|
||||
</$list>
|
||||
@ -18,6 +17,5 @@ description: {{$:/language/Buttons/NewJournal/Hint}}
|
||||
<$set name="journalTitleTemplate" value={{$:/config/NewJournal/Title}}>
|
||||
<$set name="journalTags" value={{$:/config/NewJournal/Tags}}>
|
||||
<$set name="journalText" value={{$:/config/NewJournal/Text}}>
|
||||
|
||||
<<journalButton>>
|
||||
</$set></$set>
|
||||
</$set></$set></$set>
|
Loading…
Reference in New Issue
Block a user