This commit is contained in:
liyuchun
2021-11-29 16:57:21 +08:00
parent 9fee3403fe
commit 6200b6dc58
+1 -1
View File
@@ -614,7 +614,7 @@ class gitlab extends control
$gitlab = $this->gitlab->getByID($gitlabID);
$this->view->gitlab = $gitlab;
$this->view->keyword = $keyword;
$this->view->keyword = urldecode(urldecode($keyword));
$this->view->pager = $result['pager'];
$this->view->title = $this->lang->gitlab->common . $this->lang->colon . $this->lang->gitlab->browseProject;
$this->view->gitlabID = $gitlabID;