diff --git a/module/gitlab/control.php b/module/gitlab/control.php index 4046e78443..2f7b0356fc 100644 --- a/module/gitlab/control.php +++ b/module/gitlab/control.php @@ -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;