Skip to content

Commit 6e6feba

Browse files
Put the links in a li
1 parent 762ee7a commit 6e6feba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ function getAdditionalLinksHTML($view) {
895895
if (defined('ZM_WEB_NAVBAR_LINKS')) {
896896
if (ZM_WEB_NAVBAR_LINKS) {
897897
foreach (explode(',', ZM_WEB_NAVBAR_LINKS) as $link) {
898-
$result .= $link;
898+
$result .= '<li class="nav-item">'.$link.'</li>'.PHP_EOL;
899899
}
900900
}
901901
}

0 commit comments

Comments
 (0)