Avoid new lines between elements as this can lead to spaces
This commit is contained in:
@@ -1723,7 +1723,7 @@ function PMA_generate_html_tabs($tabs, $url_params)
|
||||
.'<ul id="' . htmlentities($tag_id) . '">' . "\n";
|
||||
|
||||
foreach ($tabs as $tab) {
|
||||
$tab_navigation .= PMA_generate_html_tab($tab, $url_params) . "\n";
|
||||
$tab_navigation .= PMA_generate_html_tab($tab, $url_params);
|
||||
}
|
||||
|
||||
$tab_navigation .=
|
||||
|
Reference in New Issue
Block a user