mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Improved notifications text avoiding entities
Former-commit-id: ef21786881bcd1b7bc332275e533757fc7bddd33
This commit is contained in:
parent
d722c39393
commit
aa67c6b157
@ -993,7 +993,7 @@ function notifications_print_dropdown_element($message_info)
|
||||
$message_info['id_mensaje'],
|
||||
messages_get_url($message_info['id_mensaje']),
|
||||
html_print_image('images/'.$message_info['icon'], true),
|
||||
$message_info['subject'],
|
||||
str_replace([io_safe_input('<br>')], ' ', $message_info['mensaje'])
|
||||
io_safe_output($message_info['subject']),
|
||||
strip_tags(io_safe_output($message_info['mensaje']), '<br><pre>')
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user