removed superfluous spaces, introduced more CSS ID attributes

This commit is contained in:
Garvin Hicking
2004-10-08 11:14:08 +00:00
parent ba42fad9b2
commit 9392a58483
26 changed files with 275 additions and 344 deletions

View File

@@ -152,7 +152,7 @@ if (empty($GLOBALS['is_header_sent'])) {
*/
if (PMA_DISPLAY_HEADING) {
echo '<table border="0" cellpadding="0" cellspacing="0">' . "\n"
echo '<table border="0" cellpadding="0" cellspacing="0" id="serverinfo">' . "\n"
. ' <tr>' . "\n";
$header_url_qry = '?' . PMA_generate_common_url();
$server_info = (!empty($cfg['Server']['verbose'])