projects
/
ycra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6559b
)
Fix typo.
author
Sam White
<webmaster@ycra.org.uk>
Sun, 12 Sep 2021 06:56:21 +0000
(06:56 +0000)
committer
Sam White
<webmaster@ycra.org.uk>
Sun, 12 Sep 2021 06:56:21 +0000
(06:56 +0000)
public_html/join.php
patch
|
blob
|
history
diff --git
a/public_html/join.php
b/public_html/join.php
index 0b3962e51c4fc990a8029017ef433c85b470ce6b..a899164d76fa5d4d8815ed67877c0ec70b89f6be 100644
(file)
--- a/
public_html/join.php
+++ b/
public_html/join.php
@@
-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)) {?>