mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
whitespace fix in PayPal plugin
This commit is contained in:
parent
5599d142f6
commit
547e5e7ab0
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user