From 8b0a6d7f404e6b2c8eb11f09354a52272b4cec2e Mon Sep 17 00:00:00 2001 From: bahfir abbes Date: Wed, 14 Oct 2020 00:18:36 +0100 Subject: [PATCH] fix:two fields with same ids is incorrect html --- htdocs/admin/company.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index 7ab04adf923..a099547fbc0 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -558,13 +558,13 @@ $langs->load("companies"); // Managing Director(s) print ''; -print ''; +print ''; // GDPR contact print ''; print $form->textwithpicto($langs->trans("GDPRContact"), $langs->trans("GDPRContactDesc")); print ''; -print ''; +print ''; // Capital print '';