diff --git a/header.inc.php3 b/header.inc.php3 index acf7c2fc0..bb81af08d 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -1,7 +1,7 @@ ; font-size: 10pt} th {font-family: ; font-size: 10pt; font-weight: bold; background-color: } -td {font-family: ; font-size: 10pt;} +td {font-family: ; font-size: 10pt} form {font-family: ; font-size: 10pt} h1 {font-family: ; font-size: 16pt; font-weight: bold} A:link {font-family: ; font-size: 10pt; text-decoration: none; color: #0000ff} @@ -40,13 +40,11 @@ A:hover.nav {font-family: ; color: #FF0000} $strDatabase $db"; - if (isset($table) && !isset($btnDrop)) - { + if (isset($table) && !isset($btnDrop)) { echo " - $strTable $table"; } - echo ""; + echo '' . "\n"; } ?>