Merge pull request #23026 from Hystepik/develop#2

Fix : Missing closing of a div
This commit is contained in:
Laurent Destailleur 2022-11-29 00:05:24 +01:00 committed by GitHub
commit 043b81e6fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -819,7 +819,7 @@ if ((!empty($conference->id) && $conference->status == ConferenceOrBooth::STATUS
print '</td></tr>';
// Country
print '<tr><td><span class="fieldrequired"' . $langs->trans('Country') . '</span></td><td>';
print '<tr><td><span class="fieldrequired">'.$langs->trans('Country').'</span></td><td>';
print img_picto('', 'country', 'class="pictofixedwidth"');
$country_id = GETPOST('country_id');
if (!$country_id && !empty($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE)) {