aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-01 18:09:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-01 18:09:20 +0200
commit106f7461e043afa3f0605ab2ba20ebd0768ce126 (patch)
tree671f2f69be016177e8f8c7c3ce21dedac97fe492 /src
parent00ed4c67ed31f0947a9b9f509412b0138bf25891 (diff)
Mark string as safe
Diffstat (limited to 'src')
-rw-r--r--src/templates/collecting-crh.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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>
{{ $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 }}
</p>
{{ withTranslations "h3"
@@ -536,4 +536,4 @@
</details>
{{ end }}
</main>
-{{ end }}
+{{ end }} \ No newline at end of file