From 4b30caecc7a72e0393b42a137e5879ca4b69012c Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 2 Sep 2012 07:53:30 +0000 Subject: [PATCH] * adjust the title of doc module. --- module/doc/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/control.php b/module/doc/control.php index 33300a14e6..23f3fe5250 100644 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -387,7 +387,7 @@ class doc extends control /* Set menu. */ $this->doc->setMenu($this->libs, $doc->lib); - $this->view->header->title = "DOC #$doc->id $doc->title/" . $this->libs[$doc->lib]; + $this->view->header->title = "DOC #$doc->id $doc->title - " . $this->libs[$doc->lib]; $this->view->position[] = html::a($this->createLink('doc', 'browse', "libID=$doc->lib"), $this->libs[$doc->lib]); $this->view->position[] = $this->lang->doc->view;