* Update comment of view page.

This commit is contained in:
liuyue
2023-05-11 02:55:25 +00:00
parent d49c08e2ad
commit 225d613b9d
+2 -2
View File
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
/**
* The view file of view method of todo module of ZenTaoPMS.
* The view file of todo module of ZenTaoPMS.
*
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
@@ -121,7 +121,7 @@ function buildBtnGroup(object $todo, object $config, object $session, object $ap
set::items($toolbarDropdownItems)
)
)
): null
) : null
)
);
}