diff --git a/src/usr/local/www/diag_traceroute.php b/src/usr/local/www/diag_traceroute.php index 7df963454d..3b8caadb5d 100644 --- a/src/usr/local/www/diag_traceroute.php +++ b/src/usr/local/www/diag_traceroute.php @@ -112,7 +112,7 @@ if ($do_traceroute) { $result = shell_exec($cmd); if (!$result) { - print_info_box(sprintf(gettext('Error: %s could not be traced/resolved'), $host)); + print_info_box(sprintf(gettext('Error: %s could not be traced/resolved'), htmlspecialchars($host))); } }