diff options
Diffstat (limited to 'app/Template/task/layout.php')
-rw-r--r-- | app/Template/task/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/layout.php b/app/Template/task/layout.php index 09dbb2ea..070ae37d 100644 --- a/app/Template/task/layout.php +++ b/app/Template/task/layout.php @@ -17,7 +17,7 @@ <?php endif ?> </ul> </div> - <section class="sidebar-container" id="task-section"> + <section class="sidebar-container"> <?= $this->render($sidebar_template, array('task' => $task)) ?> |