diff --git a/apps/maarch_entreprise/loadNoteList.php b/apps/maarch_entreprise/loadNoteList.php index 332805ab7e60f292f2eb1eac6e3977d3ebcd0a1d..c3c6798f00341aa9550016435b56b5c7bebf3ea3 100644 --- a/apps/maarch_entreprise/loadNoteList.php +++ b/apps/maarch_entreprise/loadNoteList.php @@ -150,7 +150,7 @@ if (isset($_REQUEST['identifier'])) { // $return .= '<br />'; if($entity_label != ''){ - $return .= '<div style="padding-top:2px;padding-bottom:2px;color:red;">'; + $return .= '<div style="padding-top:2px;padding-bottom:2px;">'; $note_text = str_replace(array("\r", "\n"), array("<br />", "<br />"), functions::xssafe($return_db->note_text)); $return .= str_replace('<br /><br />', '<br />', $note_text); $return .= '</div>';