diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-01-01 11:04:20 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-01-01 11:04:20 +0100 |
commit | 7cfdfd8bdfe4f8d7bf74348817f2c046412bd124 (patch) | |
tree | 330ed30fde92f2124d27c3ffa676639d65e3c339 /src/templates/collecting-vending.html.tmpl | |
parent | 6723c30ec51b1e6bae44e41bd9dddb3ab423bd6c (diff) |
Change the semantics of Printer.M()
Diffstat (limited to 'src/templates/collecting-vending.html.tmpl')
-rw-r--r-- | src/templates/collecting-vending.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/collecting-vending.html.tmpl b/src/templates/collecting-vending.html.tmpl index 5fcfd0c..2bfea22 100644 --- a/src/templates/collecting-vending.html.tmpl +++ b/src/templates/collecting-vending.html.tmpl @@ -107,7 +107,7 @@ if you throw in five euros. You can try to go above the limit if you throw in, say, %s and then another one- or two euro coin; the machine will probably accept it. - ` (.Printer.M 4.80 false) }} + ` (.Printer.M 4.80) }} </dd> <dt>{{ .T "Maximum Change Limit" }}</dt> <dd> @@ -150,7 +150,7 @@ something to purchase, throw in less money than the cost, and then cancel the purchase. Note that most cigarette machines in Austria have a %s max change limit. - ` (.Printer.M 4.90 false) }} + ` (.Printer.M 4.90) }} </p> <p> {{ .T ` |