From 7cfdfd8bdfe4f8d7bf74348817f2c046412bd124 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 1 Jan 2025 11:04:20 +0100 Subject: Change the semantics of Printer.M() --- src/templates/coins-designs-ad.html.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/templates/coins-designs-ad.html.tmpl') diff --git a/src/templates/coins-designs-ad.html.tmpl b/src/templates/coins-designs-ad.html.tmpl index 1effaeb..c42930a 100644 --- a/src/templates/coins-designs-ad.html.tmpl +++ b/src/templates/coins-designs-ad.html.tmpl @@ -23,16 +23,16 @@

{{ .T "%s, %s, and %s" - (.Printer.M 0.01 false) - (.Printer.M 0.02 false) - (.Printer.M 0.05 false) }}
+ (.Printer.M 0.01) + (.Printer.M 0.02) + (.Printer.M 0.05) }}
{{ .T "Andorran landscapes, nature, fauna, and flora" }}
{{ .T "%s, %s, and %s" - (.Printer.M 0.10 false) - (.Printer.M 0.20 false) - (.Printer.M 0.50 false) }}
+ (.Printer.M 0.10) + (.Printer.M 0.20) + (.Printer.M 0.50) }}
{{ .T "Andorra’s Romanesque art" }}
-
{{ .Printer.M 1.00 false }}
+
{{ .Printer.M 1.00 }}
{{ .T "Casa de la Vall" }}

@@ -88,4 +88,4 @@ ` `` `` }}

-{{ end }} +{{ end }} \ No newline at end of file -- cgit v1.2.3