diff options
Diffstat (limited to 'src/templates/coins-mintages.html.tmpl')
-rw-r--r-- | src/templates/coins-mintages.html.tmpl | 4 |
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 |