Fix typo.
authorSam White <webmaster@ycra.org.uk>
Sun, 12 Sep 2021 06:56:21 +0000 (06:56 +0000)
committerSam White <webmaster@ycra.org.uk>
Sun, 12 Sep 2021 06:56:21 +0000 (06:56 +0000)
public_html/join.php

index 0b3962e51c4fc990a8029017ef433c85b470ce6b..a899164d76fa5d4d8815ed67877c0ec70b89f6be 100644 (file)
@@ -63,7 +63,7 @@ function content() {?>
   <h1>Join the YCRA</h1>
   <?php
   if (array_key_exists('paypal-cancel', $_GET)) {?>
-    <p>Your PayPal payment has been cancelled and you will not be charged..</p><?php
+    <p>Your PayPal payment has been cancelled and you will not be charged.</p><?php
     return;
   }
   if (array_key_exists('paypal-paid', $_GET)) {?>