From c8ab03432b1df37e93a09a8febdfc9e27ba70d9c Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 29 Sep 2019 17:59:12 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/bookmarks/bookmarks.lib.php | 2 +- htdocs/main.inc.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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; }