Fix : Missing closing of a div
This commit is contained in:
parent
6dd0f7850f
commit
95f0881ddc
@ -819,7 +819,7 @@ if ((!empty($conference->id) && $conference->status == ConferenceOrBooth::STATUS
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Country
|
// 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"');
|
print img_picto('', 'country', 'class="pictofixedwidth"');
|
||||||
$country_id = GETPOST('country_id');
|
$country_id = GETPOST('country_id');
|
||||||
if (!$country_id && !empty($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE)) {
|
if (!$country_id && !empty($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user