From 052cd974799656ecae985af28380ea280bcab40a Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 13 Mar 2025 15:09:58 +0800 Subject: [PATCH] * [bug#60443] Hidden the space in edit charter. --- module/doc/ui/setdocbasic.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/ui/setdocbasic.html.php b/module/doc/ui/setdocbasic.html.php index f8fc1ca69a..1c24c21ddf 100644 --- a/module/doc/ui/setdocbasic.html.php +++ b/module/doc/ui/setdocbasic.html.php @@ -66,7 +66,7 @@ formPanel set::value($objectID), set::required(true) ) : null, - ($objectType == 'custom' || $objectType === 'mine') ? formGroup + (($objectType == 'custom' || $objectType === 'mine') && $modalType != 'chapter') ? formGroup ( set::width('1/2'), set::label($lang->doc->space),