Remove extra spacing when navbar is not displayed

Not showing navbar is not reason for adding extra whitespace, there is
already enough whitespace arround.

Issue #11507

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-10-14 14:37:20 +02:00
parent 4c7fe0b4e1
commit e2916b8a3e

View File

@ -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" . '<br /><br />' . "\n";
}
// 2b ----- Get field references from Database -----