mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed special characters output. Ticket #3741.
This commit is contained in:
parent
4b4c3f5c6a
commit
9f2e523136
@ -175,7 +175,7 @@ $table_agent->cellstyle[count($table_agent->data)][2] =
|
||||
$data[3] = '<span style="vertical-align:top; display: inline-block;">';
|
||||
$data[3] .= empty($agent["comentarios"]) ?
|
||||
'<em>' . __('N/A') . '</em>' :
|
||||
ui_bbcode_to_html($agent["comentarios"]);
|
||||
io_safe_output(ui_bbcode_to_html($agent["comentarios"]));
|
||||
$data[3] .= '</span>';
|
||||
$table_agent->colspan[count($table_agent->data)][3] = 2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user