Fix: Footer menu renders redundant <li> end tag.

This commit is contained in:
buddh4 2019-03-26 17:05:09 +01:00
parent 28e428749f
commit e65574e3d4
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ HumHub Change Log
- Fix: #3459 Notification counter increment after manual notification fetch
- Fix: Notification count update does not respect notification group
- Fix: Change email form is restricted to max 45 characters. Changed to 150 (current DB restriction)
- Fix: Footer menu renders redundant `<li>` end tag.
1.3.11 (March 06, 2019)

View File

@ -21,7 +21,7 @@ $i = 0;
<small>
<?= $item['icon'] . ' ' . $item['label']; ?>
</small>
</a></li>
</a>
</li>
<?php endif; ?>
<?php endforeach; ?>