From d8a1832c0123ec8e499ca405026bb621a2b29e61 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 21 Oct 2021 16:43:52 +0800 Subject: [PATCH] fix a bug #448 . --- common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 . ' | ';