Bug #942359 - Data dictionary had wrong <div>- count. Replace h1 with

h2 for consitencyCVS: ----------------------------------------------------------------------
This commit is contained in:
Garvin Hicking
2004-04-27 09:28:47 +00:00
parent 9de1005974
commit 32cc65c1d2
2 changed files with 6 additions and 1 deletions

View File

@@ -65,8 +65,11 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
if ($count != 0) {
echo '<div style="page-break-before: always">' . "\n";
} else {
echo '<div>' . "\n";
}
echo '<h1>' . $table . '</h1>' . "\n";
echo '<h2>' . $table . '</h2>' . "\n";
/**
* Gets table informations