diff --git a/htdocs/holiday/month_report.php b/htdocs/holiday/month_report.php
index fe98779c516..b45444524f7 100644
--- a/htdocs/holiday/month_report.php
+++ b/htdocs/holiday/month_report.php
@@ -358,7 +358,10 @@ else {
}
if (!empty($arrayfields['used_days_month']['checked'])) print '
'.num_open_day($date_start_inmonth, $date_end_inmonth, 0, 1, $halfdayinmonth).' | ';
- if (!empty($arrayfields['cp.description']['checked'])) print ''.dol_escape_htmltag(dolGetFirstLineOfText($obj->description)).' | ';
+
+ if (!empty($arrayfields['cp.description']['checked'])) {
+ print ''.dolGetFirstLineOfText($obj->description).' | ';
+ }
print ' | ';
print '';