diff --git a/htdocs/holiday/document.php b/htdocs/holiday/document.php index 063a3330ffd..c4e779efe52 100644 --- a/htdocs/holiday/document.php +++ b/htdocs/holiday/document.php @@ -137,7 +137,9 @@ $form = new Form($db); $listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon")); -llxHeader("", "", $langs->trans("InterventionCard")); +$title = $langs->trans('InterventionCard'); + +llxHeader('', $title); if ($object->id) {