diff --git a/htdocs/recruitment/class/recruitmentjobposition.class.php b/htdocs/recruitment/class/recruitmentjobposition.class.php
index b32d8d7ba43..3a0daa3eebf 100644
--- a/htdocs/recruitment/class/recruitmentjobposition.class.php
+++ b/htdocs/recruitment/class/recruitmentjobposition.class.php
@@ -701,7 +701,7 @@ class RecruitmentJobPosition extends CommonObject
$label = ''.$langs->trans("PositionToBeFilled").'';
$label .= '
';
$label .= ''.$langs->trans('Ref').': '.$this->ref;
- $label .= ''.$langs->trans('Label').': '.$this->label;
+ $label .= '
'.$langs->trans('Label').': '.$this->label;
if (isset($this->status)) {
$label .= '
'.$langs->trans("Status").": ".$this->getLibStatut(5);
}