From 2625c02eca3ece6bf5d21429875b2b9e2afc2568 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Thu, 3 Nov 2022 15:09:21 +0800 Subject: [PATCH] Update typeunit.class.selector.php --- src/system/typelink/typeunit.class.selector.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/system/typelink/typeunit.class.selector.php b/src/system/typelink/typeunit.class.selector.php index 253fe502..eda95ce8 100755 --- a/src/system/typelink/typeunit.class.selector.php +++ b/src/system/typelink/typeunit.class.selector.php @@ -129,9 +129,8 @@ class TypeUnitSelector $soncat .= "
\r\n"; $this->LogicListAllSunType($id, $channel, $soncat); } else { - $soncat .= "
".$typeName."
\r\n"; + $soncat .= "
".$typeName."
\r\n"; $this->LogicListAllSunType($id, $channel, $soncat); - $soncat .= "
"; } } }