summaryrefslogtreecommitdiff
path: root/app/Template/task/layout.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-03 18:27:45 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-03 18:27:45 -0500
commit91200ddcdebb9e592cc264714c4a14921416868f (patch)
tree9a5bc370cbcde3046493715174214b72abf96133 /app/Template/task/layout.php
parentfc0bed2b743127884ea2a57b91be86d5a4d67979 (diff)
Change sidebar style
Diffstat (limited to 'app/Template/task/layout.php')
-rw-r--r--app/Template/task/layout.php2
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)) ?>