From 05bd5cb3d379be9633eae24fb312c5917410f6ba Mon Sep 17 00:00:00 2001 From: "henri.queneau" <henri.queneau@maarch.org> Date: Mon, 13 Mar 2017 11:43:38 +0100 Subject: [PATCH] FEAT #5288 remove red color --- apps/maarch_entreprise/loadNoteList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/maarch_entreprise/loadNoteList.php b/apps/maarch_entreprise/loadNoteList.php index 332805ab7e6..c3c6798f003 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>'; -- GitLab