Fix : Missing closing of a div

This commit is contained in:
hystepik 2022-11-28 15:07:25 +01:00
parent 6dd0f7850f
commit 95f0881ddc

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)) {