whitespace fix in PayPal plugin

This commit is contained in:
skodak 2006-11-14 09:32:11 +00:00
parent 5599d142f6
commit 547e5e7ab0

View File

@ -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" />