diff --git a/htdocs/holiday/month_report.php b/htdocs/holiday/month_report.php
index 4215bade305..cc094046316 100644
--- a/htdocs/holiday/month_report.php
+++ b/htdocs/holiday/month_report.php
@@ -114,7 +114,7 @@ print '
' . $langs->trans('NbUseDaysCPShort') . ' | ';
print '' . $langs->trans('DateStartInMonth') . ' | ';
print '' . $langs->trans('DateEndInMonth') . ' | ';
print '' . $langs->trans('NbUseDaysCPShortInMonth') . ' | ';
-print '' . $langs->trans('DescCP') . ' | ';
+print '' . $langs->trans('DescCP') . ' | ';
print '';
if ($num == 0)
@@ -185,7 +185,7 @@ else
print ' ('.$langs->trans($listhalfday[$endhalfdayinmonth]).')';
print '';
print '' . num_open_day($date_start_inmonth, $date_end_inmonth, 0, 1, $halfdayinmonth) . ' | ';
- print '' . dol_escape_htmltag(dolGetFirstLineOfText($obj->description)) . ' | ';
+ print '' . dol_escape_htmltag(dolGetFirstLineOfText($obj->description)) . ' | ';
print '';
}