diff --git a/htdocs/holiday/view_log.php b/htdocs/holiday/view_log.php index cd43e03f957..1a621d55a98 100644 --- a/htdocs/holiday/view_log.php +++ b/htdocs/holiday/view_log.php @@ -180,7 +180,8 @@ $formother = new FormOther($db); $holidaylogstatic = new stdClass(); $alltypeleaves = $object->getTypes(1, -1); // To have labels -llxHeader('', $langs->trans('CPTitreMenu')); +$title = $langs->trans('CPTitreMenu'); +llxHeader('', $title); $sqlwhere = '';