mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
fixed special characters output. Ticket #3741.
(cherry picked from commit 9f2e523136514c2247026a18d7ce980da172187f)
This commit is contained in:
parent
f6519bca70
commit
f5799dccf8
@ -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