Update sidebar.php

Line 58 - wrong closing tag - missing </ul>
This commit is contained in:
René Stoltenberg 2014-12-19 12:05:18 +01:00
parent f237cdc859
commit 4df091149b
1 changed files with 2 additions and 2 deletions

View File

@ -55,6 +55,6 @@
<li>
<?= Helper\a(t('Daily project summary'), 'project', 'exportDailyProjectSummary', array('project_id' => $project['id'])) ?>
</li>
</li>
</ul>
<?php endif ?>
</div>
</div>