Fixing style errors.

This commit is contained in:
stickler-ci 2021-02-21 11:36:58 +00:00
parent be34fb4541
commit 565fb392b4

View File

@ -97,7 +97,6 @@ $now = dol_now();
if ($id > 0 || !empty($ref)) if ($id > 0 || !empty($ref))
{ {
$head = project_prepare_head($object); $head = project_prepare_head($object);
print dol_get_fiche_head($head, 'eventorganisation', $langs->trans('ConferenceOrBoothTab'), -1); print dol_get_fiche_head($head, 'eventorganisation', $langs->trans('ConferenceOrBoothTab'), -1);
@ -304,7 +303,6 @@ if ($id > 0 || !empty($ref))
print '</div>'; print '</div>';
print '<div class="clearboth"></div>'; print '<div class="clearboth"></div>';
} }
print dol_get_fiche_end(); print dol_get_fiche_end();