diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-14 00:39:42 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-14 00:39:42 +0200 |
commit | 197686a72cd464417d2e5afce1214a973d253946 (patch) | |
tree | 90cdb1d644b420b02d6ce29d783d6466c88256fd /src | |
parent | 294cb6062a0d3b0e38cc354152e14205638e65f6 (diff) |
Mark string as safe
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/coins-designs-ad.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl index c42930a..20199bb 100644 --- a/src/templates/coins-designs-ad.html.tmpl +++ b/src/templates/coins-designs-ad.html.tmpl @@ -85,7 +85,7 @@ {{ .T ` The bottom of the coat of arms has the motto ‘%sVIRTVS VNITA FORTIOR%s’ (‘UNITED VIRTUE IS STRONGER’). - ` `<span lang="la">` `</span>` }} + ` `<span lang="la">` `</span>` | safe }} </p> </main> {{ end }}
\ No newline at end of file |