From 9fc938407a8f3c227c1c10db1d531bccb08e6fef Mon Sep 17 00:00:00 2001 From: Offray Date: Mon, 1 Jan 2024 21:00:16 -0500 Subject: [PATCH] Default blue color for all custom annotations, before testing customized colors. --- src/MiniDocs/LeTextualSnippet.extension.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MiniDocs/LeTextualSnippet.extension.st b/src/MiniDocs/LeTextualSnippet.extension.st index b7bcf48..0a279e3 100644 --- a/src/MiniDocs/LeTextualSnippet.extension.st +++ b/src/MiniDocs/LeTextualSnippet.extension.st @@ -50,7 +50,7 @@ LeTextualSnippet >> contentAsStringAnnotated [ type := (key splitOn: ':') first copyWithoutAll: '{{'. value := key copyFrom: type size + 4 to: key size - 2. substitutions - at: key put: '', value,''. + at: key put: '', value,''. ]. exported := self contentAsString. substitutions keysAndValuesDo: [:k :v |