diff --git a/xCAT-web/functions.php b/xCAT-web/functions.php
index c49041730..93c950f57 100644
--- a/xCAT-web/functions.php
+++ b/xCAT-web/functions.php
@@ -209,7 +209,7 @@ $plusgif = "$TOPDIR/images/plus-sign.gif";
foreach ($list as $key => $link) {
if ($key == $currentLink){
- echo "
\n";
+ echo "
\n";
}else{
echo "
\n";
}
diff --git a/xCAT-web/index.php b/xCAT-web/index.php
index 46890a23c..f895f4f9e 100644
--- a/xCAT-web/index.php
+++ b/xCAT-web/index.php
@@ -5,6 +5,7 @@
$TOPDIR = '.';
require_once "$TOPDIR/functions.php";
//require_once "$TOPDIR/nav.php";
+if (isAIX()) { $aixDisabled = 'disabled'; }
//require_once("globalconfig.php");
require_once("lib/XCAT/HTML/HTMLProducer.class.php");
@@ -13,35 +14,39 @@ require_once("lib/XCAT/XCATCommand/XCATCommandRunner.class.php");
insertHeader('Nodes', NULL, NULL);
insertNav('nodes');
-if (isAIX()) { $aixDisabled = 'disabled'; }
-?>
-
-
Cluster Groups and Nodes
-
-
- |
- |
- |
- |
- |
- |
- |
- |
-
-
- |
- |
- |
- |
- |
- |
- |
- |
-
-
-
-