diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index f853731232..db7097a9ff 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -279,7 +279,7 @@ if ($_SESSION['userlevel'] >= '5')
    '); - if ($config['enable_vrfs']) { echo('
  • VRFs

  • '); } + if ($config['enable_vrfs']) { echo('
  • VRFs

  • '); } ## BGP Sessions if ($_SESSION['userlevel'] >= '5' && (isset($config['enable_bgp']) && $config['enable_bgp']))