summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-21 10:14:13 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-21 10:14:13 +0200
commit09dde1ac2a9d6e4619aafb2fbc30a313a0934336 (patch)
tree4b53f43545e67ea5a09022835d3ca48b938d6a2b
parentff3a33268b452136b7d79f5901e61c053aa4c709 (diff)
Mark string as safe
-rw-r--r--src/templates/coins-mintages.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl
index 646203a..d6c743b 100644
--- a/src/templates/coins-mintages.html.tmpl
+++ b/src/templates/coins-mintages.html.tmpl
@@ -12,7 +12,7 @@
<h2>{{ .T "Additional Notes" }}</h2>
<ul>
<li>
- {{ .T "Most coins from the years 2003–2016 are listed as NIFC coins while other popular sources such as Numista claim they were minted for circulation. For more information on why others are wrong, %sclick here%s." `<a href="#TODO">` `</a>` }}
+ {{ .T "Most coins from the years 2003–2016 are listed as NIFC coins while other popular sources such as Numista claim they were minted for circulation. For more information on why others are wrong, %sclick here%s." `<a href="#TODO">` `</a>` | safe }}
</li>
<li>
{{ .T "In 2003 Numista calculated a total of %d coins issued for coin sets per denomination. Our own calculations found only %d. Numista also forgot to include the many hundred thousand coins from the coin roll sets that were produced." 217503 177003 }}