From 95f0881ddc3df63ecee5bab5354d7a189faa7d51 Mon Sep 17 00:00:00 2001 From: hystepik Date: Mon, 28 Nov 2022 15:07:25 +0100 Subject: [PATCH] Fix : Missing closing of a div --- htdocs/public/eventorganization/attendee_new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/eventorganization/attendee_new.php b/htdocs/public/eventorganization/attendee_new.php index 21901753692..e5f03d7fadb 100644 --- a/htdocs/public/eventorganization/attendee_new.php +++ b/htdocs/public/eventorganization/attendee_new.php @@ -819,7 +819,7 @@ if ((!empty($conference->id) && $conference->status == ConferenceOrBooth::STATUS print ''; // Country - print 'trans('Country') . ''; + print ''.$langs->trans('Country').''; print img_picto('', 'country', 'class="pictofixedwidth"'); $country_id = GETPOST('country_id'); if (!$country_id && !empty($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE)) {