From 7cb422242a7da9d9be5b452b967a07922e4f8d36 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Sun, 4 Jan 2026 22:36:57 +0100 Subject: [PATCH] DOCS - Fix typo in Date Fields (#9518) --- editions/tw5.com/tiddlers/concepts/Date Fields.tid | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/Date Fields.tid b/editions/tw5.com/tiddlers/concepts/Date Fields.tid index c58398d19..815a116ce 100644 --- a/editions/tw5.com/tiddlers/concepts/Date Fields.tid +++ b/editions/tw5.com/tiddlers/concepts/Date Fields.tid @@ -1,5 +1,5 @@ created: 20150117190213631 -modified: 20230226144641763 +modified: 20251225215015507 tags: Concepts title: Date Fields type: text/vnd.tiddlywiki @@ -28,4 +28,5 @@ As an example, the <<.field created>> field of this tiddler has the value <<.val Dates can be [[converted to other formats|DateFormat]] for display: <$macrocall $name="wikitext-example-without-html" -src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>"""> +src="""<$view field="created" format="date" template="DDD DDth MMM YYYY"/>"""/> +