From 98748b2ef134879a476ad4d43857d34958d2d9a4 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Thu, 2 May 2013 06:27:37 +0000 Subject: [PATCH] * add title for the task. --- module/my/view/blocktasks.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/view/blocktasks.html.php b/module/my/view/blocktasks.html.php index 85898d6bdd..1dfbc565c5 100644 --- a/module/my/view/blocktasks.html.php +++ b/module/my/view/blocktasks.html.php @@ -7,7 +7,7 @@ " . "#$task->id " . html::a($this->createLink('task', 'view', "id=$task->id"), $task->name) . ""; + echo "" . "#$task->id " . html::a($this->createLink('task', 'view', "id=$task->id"), $task->name, '', "title=$task->name") . ""; } ?>