Skip to content
Snippets Groups Projects
Commit 05bd5cb3 authored by Henri Queneau's avatar Henri Queneau
Browse files

FEAT #5288 remove red color

parent 90315f9b
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ if (isset($_REQUEST['identifier'])) { ...@@ -150,7 +150,7 @@ if (isset($_REQUEST['identifier'])) {
// $return .= '<br />'; // $return .= '<br />';
if($entity_label != ''){ 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)); $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 .= str_replace('<br /><br />', '<br />', $note_text);
$return .= '</div>'; $return .= '</div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment