diff --git a/htdocs/bookmarks/bookmarks.lib.php b/htdocs/bookmarks/bookmarks.lib.php index 4bc203592ac7a..e3aed1ba56003 100644 --- a/htdocs/bookmarks/bookmarks.lib.php +++ b/htdocs/bookmarks/bookmarks.lib.php @@ -286,4 +286,4 @@ function printDropdownBookmarksList($aDb, $aLangs) } return $html; -} \ No newline at end of file +} diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index a72037b5507b5..86d9686ce4aaa 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1973,7 +1973,6 @@ function top_menu_bookmark(User $user, Translate $langs) }); '; - } return $html; }