From 1490c1d526e8c4ce67794e030e737ffce21b032d Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Mon, 28 Dec 2020 13:27:18 +0800 Subject: [PATCH] * Adjust code style. --- module/my/control.php | 4 ++-- module/my/view/project.html.php | 2 +- module/my/view/todo.html.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/my/control.php b/module/my/control.php index 0631f85551..26dae13fe8 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -188,8 +188,8 @@ class my extends control } /** - * My stories - + * My stories. + * * @param string $type * @param string $storyType * @param string $orderBy diff --git a/module/my/view/project.html.php b/module/my/view/project.html.php index 17b4e2d9af..0f85ea71e7 100644 --- a/module/my/view/project.html.php +++ b/module/my/view/project.html.php @@ -80,7 +80,7 @@ diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index f199131ca0..f76ac1914a 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -76,7 +76,7 @@ app->clientLang == 'en' ? "style='width:80px'" : '';?> > priAB);?> todo->name);?> - todo->assignedBy);?> + todo->assignedBy);?> todo->beginAB);?> todo->endAB);?> todo->status);?> @@ -99,7 +99,7 @@ todo->typeList[$todo->type];?> pri;?>' title='todo->priList, $todo->pri, $todo->pri);?>'>todo->priList, $todo->pri)?> createLink('todo', 'view', "id=$todo->id&from=my", '', true), $todo->name, '', "data-toggle='modal' data-type='iframe' data-title='" . $lang->todo->view . "' data-icon='check'");?> - assignedBy);?> + assignedBy);?> begin;?> end;?> todo->statusList[$todo->status];?>