diff options
Diffstat (limited to 'src/templates/coins-designs-ad.html.tmpl')
-rw-r--r-- | src/templates/coins-designs-ad.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl index ab27555..d63110c 100644 --- a/src/templates/coins-designs-ad.html.tmpl +++ b/src/templates/coins-designs-ad.html.tmpl @@ -44,8 +44,8 @@ <li>{{ .Get "The arms of Catalonia" }}</li> <li>{{ .Get "The arms of the Viscounts of Béarn" }}</li> </ul> - {{ .Get "The bottom of the coat of arms has the motto ‘{LatinStart:r}VIRTVS VNITA FORTIOR{LatinEnd:r}’ (English: ‘UNITED VIRTUE IS STRONGER’)." - (map "LatinStart" `<span lang="la"><em>` "LatinEnd" `</em></span>`) }} + {{ .Get "The bottom of the coat of arms has the motto ‘{LatinStart:r}VIRTVS VNITA FORTIOR{LatinEnd:E}’ (English: ‘UNITED VIRTUE IS STRONGER’)." + (map "LatinStart" `<span lang="la"><em>` "LatinEnd" "em,span") }} </p> </main> {{ end }}
\ No newline at end of file |