* [bug#65291] fix bug for relase list.

This commit is contained in:
liyang
2025-09-10 10:32:44 +08:00
parent ea55af944c
commit e7dcdd488d
+1
View File
@@ -101,6 +101,7 @@ class release extends control
{
$release->desc = str_replace(' ', ' ', strip_tags($release->desc));
$release->branchName = trim($release->branchName, ',');
$release->branch = trim($release->branch, ',');
}
$this->view->title = $this->view->product->name . $this->lang->hyphen . $this->lang->release->browse;