Fixed the description show in the table of agents.
This commit is contained in:
parent
7806cee6fd
commit
e2066a335c
|
@ -470,7 +470,7 @@ foreach ($agents as $agent) {
|
|||
}
|
||||
$data[0] .= '</div>';
|
||||
|
||||
$data[1] = ui_print_truncate_text($agent["description"], 'description', false, true, true, '[…]', 'font-size: 6.5pt');
|
||||
$data[1] = ui_print_truncate_text(strip_tags(ui_bbcode_to_html($agent["description"])), 'description', false, true, true, '[…]', 'font-size: 6.5pt');
|
||||
|
||||
$data[2] = ui_print_os_icon ($agent["id_os"], false, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue