From 537f484576db7354b9eeb0ea0d7996c98bcd1626 Mon Sep 17 00:00:00 2001 From: yfl <554665488@qq.com> Date: Wed, 31 Oct 2018 16:38:34 +0800 Subject: [PATCH] * add title --- module/bug/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index daf35640e0..47a8720a61 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -141,7 +141,7 @@ class bug extends control /* Set view. */ $this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->bug->common; - $this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $this->products[$productID]); + $this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $this->products[$productID],'','title=' . $this->products[$productID]); $this->view->position[] = $this->lang->bug->common; $this->view->productID = $productID; $this->view->product = $this->product->getById($productID);