Reduce spacing between displayed SQL queries

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-12-15 09:38:54 +01:00
parent 9c289d9794
commit 4e44ba968b

View File

@ -1348,9 +1348,6 @@ class Util
}
$retval .= '</div>';
if ($GLOBALS['is_ajax_request'] === false) {
$retval .= '<br class="clearfloat" />';
}
return $retval;
} // end of the 'getMessage()' function