]> git.mjollnir.org Git - moodle.git/commitdiff
whitespace fix in PayPal plugin
authorskodak <skodak>
Tue, 14 Nov 2006 09:32:11 +0000 (09:32 +0000)
committerskodak <skodak>
Tue, 14 Nov 2006 09:32:11 +0000 (09:32 +0000)
enrol/paypal/enrol.html

index f049be41a7b2fe12b276b35b5d914212a5faf5d6..4e18b43f7eecee38a4c16fecd40b6330ce1d9c28 100644 (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" />