1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 02:37:14 +00:00

Remove whitespace from conditional shortcut syntax

Conform to style used in #8583 as suggested by https://github.com/TiddlyWiki/TiddlyWiki5/pull/8924/files#r1938181043
This commit is contained in:
j. redhead 2025-02-02 22:40:09 -06:00 committed by GitHub
parent a0d340676b
commit 4d0c58a380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@ title: $:/core/templates/static.content
\define tv-wikilink-template() https://tiddlywiki.com/static/$uri_doubleencoded$.html
<% if [<savingEmpty>match[yes]] %>
<%if [<savingEmpty>match[yes]] %>
<$transclude tiddler="$:/core" subtiddler="$:/core/templates/static.content"/>
<% else %>
<%else%>
<!-- Mastodon verification -->
@ -23,4 +23,4 @@ It looks like this browser doesn't run JavaScript. You can use one of these stat
{{TiddlyWiki}}
<% endif %>
<%endif%>