commit 21a199e8d5e62ef719aa35ea0fd622376035b410 parent 7d99f678c9513cacbdbf5ccf2974cb609e04443c Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 25 Jan 2016 17:15:28 +0100 fix script tag Diffstat:
| M | src/frontend/fulfillment.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frontend/fulfillment.php b/src/frontend/fulfillment.php @@ -85,7 +85,7 @@ if (true !== get($my_payment["is_payed"], false)) $pay_url = url_rel("pay", true); echo "<p>you have not payed for this contract: " . $hc . "</p>"; echo "<p>Asking the wallet to re-execute it ... </p>"; - echo "<script>executePayment('$hc', '$pay_url');</script?"; + echo "<script>executePayment('$hc', '$pay_url');</script>"; return; }