* Finish task #42380.

This commit is contained in:
liyuchun
2021-09-09 09:02:43 +08:00
parent 3701965dba
commit 831b78e6db
+1 -1
View File
@@ -334,7 +334,7 @@ class doc extends control
$lib = $this->doc->getLibByID($libID);
$type = isset($lib->type) ? $lib->type : 'product';
$libName = isset($lib->name) ? $lib->name : 'product';
$libName = isset($lib->name) ? $lib->name . $this->lang->colon : '';
$this->view->title = $libName . $this->lang->doc->create;