diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php
index c49d1f4b600..0ecdcb2dd69 100644
--- a/htdocs/holiday/list.php
+++ b/htdocs/holiday/list.php
@@ -894,7 +894,7 @@ if ($resql) {
print '
';
foreach ($arrayfields as $key => $val) {
if (!empty($val['checked'])) {
- if($key == 'duration') {
+ if ($key == 'duration') {
print '| '.$totalduration.' '.$langs->trans('DurationDays').' | ';
} else {
print ' | ';