diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php
index 3386cbc2ff4..68051fb8eaa 100644
--- a/htdocs/contrat/index.php
+++ b/htdocs/contrat/index.php
@@ -104,7 +104,7 @@ if ( $db->query($sql) )
}
else {
$class = "error";
- $statut="En service, expiré";
+ $statut="En service, expiré".img_warning();
}
}
elseif($obj->enservice == 2)