diff --git a/common.php b/common.php index 76b4995..b8f7c6c 100644 --- a/common.php +++ b/common.php @@ -1485,7 +1485,7 @@ output:
' . getconstStr('Home') . ' | ' . getconstStr('PlatformConfig') . ' | '; @@ -1919,7 +1919,7 @@ output:' . getconstStr('PlatformConfig') . ' | '; foreach ($disktags as $disktag) { if ($disktag!='') { - if ($_GET['disktag']==$disktag) $html .= ' + if ($_GET['disktag']===$disktag) $html .= '' . $disktag . ' | '; else $html .= '' . $disktag . ' | ';