diff options
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/coins-mintages.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/coins-mintages.html.tmpl b/src/templates/coins-mintages.html.tmpl index b410e6e..4ac29e8 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.Money . false }}</th> + <th>{{ $p.M . false }}</th> {{ end }} {{ end }} </thead> |