From a161edefb1c6fda32c0776869d9271445da81230 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Mar 2021 12:33:55 +0100 Subject: [PATCH] Look and feel v14 --- htdocs/adherents/card.php | 2 +- htdocs/core/class/html.formmail.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index 961fa959e07..f9d6edfd4e5 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -1670,7 +1670,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) { $linkeduser->fetch($object->user_id); print $linkeduser->getNomUrl(-1); } else { - print $langs->trans("NoDolibarrAccess"); + print ''.$langs->trans("NoDolibarrAccess").''; } } print ''; diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php index e0c31336f8c..17143697d23 100644 --- a/htdocs/core/class/html.formmail.class.php +++ b/htdocs/core/class/html.formmail.class.php @@ -441,7 +441,7 @@ class FormMail extends Form $out .= '
'."\n"; $out .= ''; - $out .= ''; + $out .= ''; $out .= ''; $out .= ''; }