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-mintages.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/templates/coins-mintages.html.tmpl') diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index 4ac29e8..8c60248 100644 --- a/src/templates/coins-mintages.html.tmpl +++ b/src/templates/coins-mintages.html.tmpl @@ -73,7 +73,7 @@ {{ .T "Year" }} {{ with $p := .Printer }} {{ range denoms }} - {{ $p.M . false }} + {{ $p.M . }} {{ end }} {{ end }} @@ -157,4 +157,4 @@ /> {{ index . 2 }} -{{ end }} +{{ end }} \ No newline at end of file -- cgit v1.2.3