Fixed the description show in the table of agents.

This commit is contained in:
mdtrooper 2014-12-03 11:02:42 +01:00
parent 7806cee6fd
commit e2066a335c
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ foreach ($agents as $agent) {
}
$data[0] .= '</div>';
$data[1] = ui_print_truncate_text($agent["description"], 'description', false, true, true, '[&hellip;]', 'font-size: 6.5pt');
$data[1] = ui_print_truncate_text(strip_tags(ui_bbcode_to_html($agent["description"])), 'description', false, true, true, '[&hellip;]', 'font-size: 6.5pt');
$data[2] = ui_print_os_icon ($agent["id_os"], false, true);