whitespace fix in PayPal plugin
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<p><?php print_string("paymentinstant") ?></p>
|
||||
<?php
|
||||
$paypalurl = empty($CFG->usepaypalsandbox) ? 'https://www.paypal.com/cgi-bin/webscr' : 'https://www.sandbox.paypal.com/cgi-bin/webscr';
|
||||
?>
|
||||
?>
|
||||
<form action="<?php echo $paypalurl ?>" method="post">
|
||||
|
||||
<input type="hidden" name="cmd" value="_xclick" />
|
||||
|
||||
Reference in New Issue
Block a user