From 106f7461e043afa3f0605ab2ba20ebd0768ce126 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Aug 2025 18:09:20 +0200 Subject: Mark string as safe --- src/templates/collecting-crh.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/templates/collecting-crh.html.tmpl b/src/templates/collecting-crh.html.tmpl index 67f4fb2..a44d08a 100644 --- a/src/templates/collecting-crh.html.tmpl +++ b/src/templates/collecting-crh.html.tmpl @@ -199,7 +199,7 @@ (tuple "es" "Banco de EspaƱa") }}

{{ $p.Get "You can purchase individual coins and commemorative coin rolls (even those of other countries). You can watch a video {Link:L}here{-:E} to see how to do it." - (map "Link" "https://youtu.be/QRFuD6olH80?t=135") }} + (map "Link" "https://youtu.be/QRFuD6olH80?t=135") | safe }}

{{ withTranslations "h3" @@ -536,4 +536,4 @@ {{ end }} -{{ end }} +{{ end }} \ No newline at end of file -- cgit v1.2.3