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/collecting-vending.html.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/templates/collecting-vending.html.tmpl')
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) }}
{{ .T "Maximum Change Limit" }}
@@ -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) }}
{{ .T `
--
cgit v1.2.3