From bfce366ef1048c643a99174c873115656a6911bd Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 8 Dec 2020 08:24:07 +0800 Subject: [PATCH] * Fix bug. --- module/user/view/task.html.php | 2 +- module/user/view/testcase.html.php | 2 +- module/user/view/todo.html.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php index b4fa0b3e95..58e4b5ccb0 100644 --- a/module/user/view/task.html.php +++ b/module/user/view/task.html.php @@ -53,7 +53,7 @@ - + createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> task->priList, $task->pri, $task->pri);?>'>pri == '0' ? '' : zget($lang->task->priList, $task->pri, $task->pri)?> createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?> diff --git a/module/user/view/testcase.html.php b/module/user/view/testcase.html.php index 7648ef036b..ec0b77f711 100755 --- a/module/user/view/testcase.html.php +++ b/module/user/view/testcase.html.php @@ -49,7 +49,7 @@ case : $case->id?> - + createLink('testcase', 'view', "testcaseID=$caseID&version=$case->version"), sprintf('%03d', $caseID));?> testcase->priList, $case->pri, $case->pri)?>'>testcase->priList, $case->pri, $case->pri)?> createLink('testcase', 'view', "testcaseID=$caseID&version=$case->version"), $case->title);?> diff --git a/module/user/view/todo.html.php b/module/user/view/todo.html.php index 6cdb23fc57..bd08be7eb2 100644 --- a/module/user/view/todo.html.php +++ b/module/user/view/todo.html.php @@ -47,7 +47,7 @@ - + id;?> date == '2030-01-01' ? $lang->todo->periods['future'] : $todo->date;?> todo->typeList[$todo->type];?>