diff --git a/html/includes/graphs/device/processor.inc.php b/html/includes/graphs/device/processor.inc.php index 43e52002f..14bc3fd38 100644 --- a/html/includes/graphs/device/processor.inc.php +++ b/html/includes/graphs/device/processor.inc.php @@ -7,7 +7,7 @@ if($config['os'][$device['os']]['processor_stacked'] == 1) { include("includes/graphs/device/processor_stack.inc.php"); } else { - include("includes/graphs/device/processor_seperate.inc.php"); + include("includes/graphs/device/processor_separate.inc.php"); } ?> diff --git a/html/pages/device/ports/neighbours.inc.php b/html/pages/device/ports/neighbours.inc.php index 300278a6f..6fe0abaf0 100644 --- a/html/pages/device/ports/neighbours.inc.php +++ b/html/pages/device/ports/neighbours.inc.php @@ -19,7 +19,7 @@ while($neighbour = mysql_fetch_assoc($query)) if ($bg_colour == $list_colour_b) { $bg_colour = $list_colour_a; } else { $bg_colour = $list_colour_b; } echo(''); - echo("".generate_port_link($neighbour)."
".$neighbour['ifAlias'].""); + echo(''.generate_port_link($neighbour).'
'.$neighbour['ifAlias'].''); if(is_numeric($neighbour['remote_interface_id']) && $neighbour['remote_interface_id']) {