diff --git a/code_igniter/application/views/theme-tango/v_report.php b/code_igniter/application/views/theme-tango/v_report.php index 999b4fb38..a2e992d90 100644 --- a/code_igniter/application/views/theme-tango/v_report.php +++ b/code_igniter/application/views/theme-tango/v_report.php @@ -160,7 +160,7 @@ break; case "ip_address": - echo "\t\t\t".htmlentities($row->man_ip_address)." ".htmlentities(ip_address_from_db($row->man_ip_address))."\n"; + echo "\t\t\t".htmlentities(str_replace(',', '', $row->man_ip_address))." ".htmlentities(ip_address_from_db($row->man_ip_address))."\n"; break; case "multi":