diff --git a/module/doc/view/side.html.php b/module/doc/view/side.html.php index d749ada46c..4d9f54a3c5 100644 --- a/module/doc/view/side.html.php +++ b/module/doc/view/side.html.php @@ -57,7 +57,7 @@ $sideWidth = common::checkNotCN() ? '270' : '238'; } } - $icon = $tabValue == 'product' ? " " : " "; + $icon = $tabValue == 'product' ? " " : " "; $activeClass = ($this->methodName == 'objectlibs' && $type == $tabValue && $object->id == $tabMenuID) ? 'active' : ''; $activeClass = ($this->methodName == 'browse' && isset($currentLib->id) && $currentLib->id == $mainLibID) ? 'active' : $activeClass; ?> @@ -94,10 +94,10 @@ $sideWidth = common::checkNotCN() ? '270' : '238';