diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
index c4caecc4262..3ee4c00f360 100644
--- a/htdocs/paypal/admin/paypal.php
+++ b/htdocs/paypal/admin/paypal.php
@@ -262,7 +262,7 @@ $token='';
// Url list
print ''.$langs->trans("FollowingUrlAreAvailableToMakePayments").':
';
print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnFreeAmount",$servicename).':
';
-print ''.getPaypalPaymentUrl(1,'free')."
\n";
+print ''.getPaypalPaymentUrl(1,'free')."
\n";
if ($conf->commande->enabled)
{
print img_picto('','object_globe.png').' '.$langs->trans("ToOfferALinkForOnlinePaymentOnOrder",$servicename).':
';
@@ -276,13 +276,14 @@ if ($conf->commande->enabled)
print '';
if (GETPOST('generate_order_ref'))
{
- print ' -> ';
+ print '
-> ';
$url=getPaypalPaymentUrl(0,'order',GETPOST('generate_order_ref'));
print $url;
print "
\n";
}
print '';
}
+ print '
';
}
if ($conf->facture->enabled)
{
@@ -297,13 +298,14 @@ if ($conf->facture->enabled)
print '';
if (GETPOST('generate_invoice_ref'))
{
- print ' -> ';
+ print '
-> ';
$url=getPaypalPaymentUrl(0,'invoice',GETPOST('generate_invoice_ref'));
print $url;
print "
\n";
}
print '';
}
+ print '
';
}
if ($conf->contrat->enabled)
{
@@ -318,13 +320,14 @@ if ($conf->contrat->enabled)
print '';
if (GETPOST('generate_contract_ref'))
{
- print ' -> ';
+ print '
-> ';
$url=getPaypalPaymentUrl(0,'contractline',GETPOST('generate_contract_ref'));
print $url;
print "
\n";
}
print '';
}
+ print '
';
}
if ($conf->adherent->enabled)
{
@@ -339,7 +342,7 @@ if ($conf->adherent->enabled)
print '';
if (GETPOST('generate_member_ref'))
{
- print ' -> ';
+ print '
-> ';
$url=getPaypalPaymentUrl(0,'membersubscription',GETPOST('generate_member_ref'));
print $url;
print "
\n";