diff --git a/htdocs/public/paybox/paymentko.php b/htdocs/public/paybox/paymentko.php
index a9da81d0e68..b1639ec379e 100644
--- a/htdocs/public/paybox/paymentko.php
+++ b/htdocs/public/paybox/paymentko.php
@@ -101,7 +101,7 @@ llxHeaderPayBox($langs->trans("PaymentForm"));
print ''."\n";
print '
'."\n";
-print $langs->trans("YourPaymentHasNotBeenRecorded")."
\n";
+print $langs->trans("YourPaymentHasNotBeenRecorded")."
\n";
if (! empty($conf->global->PAYBOX_MESSAGE_KO)) print $conf->global->PAYBOX_MESSAGE_KO;
diff --git a/htdocs/public/paybox/paymentok.php b/htdocs/public/paybox/paymentok.php
index 350d409735c..159d29bb78c 100644
--- a/htdocs/public/paybox/paymentok.php
+++ b/htdocs/public/paybox/paymentok.php
@@ -124,7 +124,7 @@ if (! empty($conf->global->PAYBOX_PAYONLINE_SENDEMAIL))
}
-print $langs->trans("YourPaymentHasBeenRecorded")."
\n";
+print $langs->trans("YourPaymentHasBeenRecorded")."
\n";
if (! empty($conf->global->PAYBOX_MESSAGE_OK)) print $conf->global->PAYBOX_MESSAGE_OK;
diff --git a/htdocs/public/paypal/paymentko.php b/htdocs/public/paypal/paymentko.php
index 3427f6a9b82..6076c54bd03 100644
--- a/htdocs/public/paypal/paymentko.php
+++ b/htdocs/public/paypal/paymentko.php
@@ -101,7 +101,7 @@ llxHeaderPaypal($langs->trans("PaymentForm"));
// Show ko message
print '
'."\n";
print '
'."\n";
-print $langs->trans("YourPaymentHasNotBeenRecorded")."
";
+print $langs->trans("YourPaymentHasNotBeenRecorded")."
";
$PAYPALTOKEN=GETPOST('TOKEN');
if (empty($PAYPALTOKEN)) $PAYPALTOKEN=GETPOST('token');
diff --git a/htdocs/public/paypal/paymentok.php b/htdocs/public/paypal/paymentok.php
index 68420f3bbd8..631aa922eda 100644
--- a/htdocs/public/paypal/paymentok.php
+++ b/htdocs/public/paypal/paymentok.php
@@ -184,7 +184,7 @@ if ($PAYPALTOKEN)
$NOTE=urldecode($resArray["NOTE"]);
print $langs->trans("YourPaymentHasBeenRecorded")."
\n";
- print $langs->trans("ThisIsTransactionId",$TRANSACTIONID)."
\n";
+ print $langs->trans("ThisIsTransactionId",$TRANSACTIONID)."
\n";
if (! empty($conf->global->PAYPAL_MESSAGE_OK)) print $conf->global->PAYPAL_MESSAGE_OK;
// Appel des triggers