From 5fa36f82978dd09b2037f10bdb9dc5f69b406755 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Dec 2006 20:14:56 +0000 Subject: [PATCH] Look: Modif style --- htdocs/societe/checkvat/checkVatPopup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/societe/checkvat/checkVatPopup.php b/htdocs/societe/checkvat/checkVatPopup.php index 6437098cc17..402d2b07448 100644 --- a/htdocs/societe/checkvat/checkVatPopup.php +++ b/htdocs/societe/checkvat/checkVatPopup.php @@ -47,12 +47,12 @@ print_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','setup'); if (! $_REQUEST["countryCode"]) { print '
'; - print $langs->transnoentities("ErrorFieldRequired",$langs->trans("Country")).'
'; + print ''.$langs->transnoentities("ErrorFieldRequired",$langs->trans("Country")).'
'; } elseif (! $_REQUEST["vatNumber"]) { print '
'; - print $langs->transnoentities("ErrorFieldRequired",$langs->trans("VATIntraShort")).'
'; + print ''.$langs->transnoentities("ErrorFieldRequired",$langs->trans("VATIntraShort")).'
'; } else { @@ -131,7 +131,7 @@ else print '
'; print $langs->trans("VATIntraManualCheck",$langs->trans("VATIntraCheckURL"),$langs->trans("VATIntraCheckURL")).'
'; print '
'; -print '
'; +print '
';