commit cdbd5fa4f0c6d12c7d076bcabc4569a8d0000dd7 parent f7c3af7b3cc8da32637a478356cc46422e5051ac Author: Florian Dold <florian.dold@gmail.com> Date: Sun, 24 Jan 2016 16:36:20 +0100 syntax Diffstat:
| M | src/frontend/checkout.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php @@ -184,7 +184,7 @@ function pay(form) { taler_pay(form); } else { - alert("You selected '" +choice.value + "', but we do not support this payment system in the demo".); + alert("You selected '" + choice.value + "', but we do not support this payment system in the demo."); } };