mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Fix: Footer menu renders redundant <li>
end tag.
This commit is contained in:
parent
28e428749f
commit
e65574e3d4
@ -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)
|
||||
|
@ -21,7 +21,7 @@ $i = 0;
|
||||
<small>
|
||||
<?= $item['icon'] . ' ' . $item['label']; ?>
|
||||
</small>
|
||||
</a></li>
|
||||
</a>
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user