From 4d0c58a3806f7707d95a853561568b3220b18149 Mon Sep 17 00:00:00 2001 From: "j. redhead" Date: Sun, 2 Feb 2025 22:40:09 -0600 Subject: [PATCH] Remove whitespace from conditional shortcut syntax Conform to style used in #8583 as suggested by https://github.com/TiddlyWiki/TiddlyWiki5/pull/8924/files#r1938181043 --- editions/tw5.com/tiddlers/system/static.content.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/static.content.tid b/editions/tw5.com/tiddlers/system/static.content.tid index 130c3d2a3..292a1a9ca 100644 --- a/editions/tw5.com/tiddlers/system/static.content.tid +++ b/editions/tw5.com/tiddlers/system/static.content.tid @@ -2,11 +2,11 @@ title: $:/core/templates/static.content \define tv-wikilink-template() https://tiddlywiki.com/static/$uri_doubleencoded$.html -<% if [match[yes]] %> +<%if [match[yes]] %> <$transclude tiddler="$:/core" subtiddler="$:/core/templates/static.content"/> -<% else %> +<%else%> @@ -23,4 +23,4 @@ It looks like this browser doesn't run JavaScript. You can use one of these stat {{TiddlyWiki}} -<% endif %> +<%endif%>