* adjust title.

This commit is contained in:
wangchunsheng
2012-09-02 07:31:12 +00:00
parent 917921ee76
commit 80023501b1
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ class bug extends control
$productName = $this->products[$productID];
/* Header and positon. */
$this->view->header->title = "BUG #$bug->id $bug->title/" . $this->products[$productID];
$this->view->header->title = "BUG #$bug->id $bug->title - " . $this->products[$productID];
$this->view->position[] = html::a($this->createLink('bug', 'browse', "productID=$productID"), $productName);
$this->view->position[] = $this->lang->bug->view;