summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Stoltenberg <rstoltenberg@users.noreply.github.com>2014-12-19 12:05:18 +0100
committerRené Stoltenberg <rstoltenberg@users.noreply.github.com>2014-12-19 12:05:18 +0100
commit4df091149be04cf676069905ae13c2b79d0bc477 (patch)
tree7f1717738b8b1b67341b30250215da47e88f5e4a
parentf237cdc8594dd6d80a280edf6f0b92352498ad4a (diff)
Update sidebar.php
Line 58 - wrong closing tag - missing </ul>
-rw-r--r--app/Template/project/sidebar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/project/sidebar.php b/app/Template/project/sidebar.php
index 45cf4fb1..dc9a811b 100644
--- a/app/Template/project/sidebar.php
+++ b/app/Template/project/sidebar.php
@@ -55,6 +55,6 @@
<li>
<?= Helper\a(t('Daily project summary'), 'project', 'exportDailyProjectSummary', array('project_id' => $project['id'])) ?>
</li>
- </li>
+ </ul>
<?php endif ?>
-</div> \ No newline at end of file
+</div>