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:
parent
a0d340676b
commit
4d0c58a380
@ -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%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user