Fix div not closed
This commit is contained in:
parent
97545af1fd
commit
de0a057b8a
@ -40,8 +40,7 @@ $conf->dol_hide_leftmenu=1;
|
|||||||
|
|
||||||
llxHeader('', $langs->trans("VATIntraCheckableOnEUSite"));
|
llxHeader('', $langs->trans("VATIntraCheckableOnEUSite"));
|
||||||
|
|
||||||
print '<div>';
|
print '<div class="vatcheckarea" style="margin-bottom: 10px">';
|
||||||
print '<div>';
|
|
||||||
|
|
||||||
print load_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','title_setup');
|
print load_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','title_setup');
|
||||||
|
|
||||||
@ -174,6 +173,8 @@ if ($messagetoshow)
|
|||||||
print nl2br($messagetoshow);
|
print nl2br($messagetoshow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
// End of page
|
// End of page
|
||||||
llxFooter();
|
llxFooter();
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user