From e2916b8a3e5cae707e461b3c334da74447c2f166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Oct 2015 14:37:20 +0200 Subject: [PATCH] Remove extra spacing when navbar is not displayed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not showing navbar is not reason for adding extra whitespace, there is already enough whitespace arround. Issue #11507 Signed-off-by: Michal Čihař --- libraries/DisplayResults.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/DisplayResults.php b/libraries/DisplayResults.php index 7731295975..c17c70dc7a 100644 --- a/libraries/DisplayResults.php +++ b/libraries/DisplayResults.php @@ -4351,8 +4351,6 @@ class DisplayResults $pos_next, $pos_prev, self::PLACE_TOP_DIRECTION_DROPDOWN, $is_innodb ); - } elseif (! isset($printview) || ($printview != '1')) { - $table_html .= "\n" . '

' . "\n"; } // 2b ----- Get field references from Database -----