summaryrefslogtreecommitdiffhomepage
path: root/src/templates/coins-mintages.html.tmpl
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-01-01 11:04:20 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-01-01 11:04:20 +0100
commit7cfdfd8bdfe4f8d7bf74348817f2c046412bd124 (patch)
tree330ed30fde92f2124d27c3ffa676639d65e3c339 /src/templates/coins-mintages.html.tmpl
parent6723c30ec51b1e6bae44e41bd9dddb3ab423bd6c (diff)
Change the semantics of Printer.M()
Diffstat (limited to 'src/templates/coins-mintages.html.tmpl')
-rw-r--r--src/templates/coins-mintages.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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 @@
<th>{{ .T "Year" }}</th>
{{ with $p := .Printer }}
{{ range denoms }}
- <th>{{ $p.M . false }}</th>
+ <th>{{ $p.M . }}</th>
{{ end }}
{{ end }}
</thead>
@@ -157,4 +157,4 @@
/>
{{ index . 2 }}
</label>
-{{ end }}
+{{ end }} \ No newline at end of file