diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index df3ad76e41..003d3a6f01 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -583,7 +583,7 @@ function generate_port_link($port, $text=null, $type=null, $overlib=1, $single_g $content = '
'.$port['hostname'].' - '.fixifName($port['label']).'
'; if ($port['ifAlias']) { - $content .= $port['ifAlias'].'
'; + $content .= escape_quotes($port['ifAlias']).'
'; } $content .= "
";