fixed bug #478592 - HTML mispelling (</td> instead of </th>)

This commit is contained in:
Loïc Chapeaux
2001-11-06 20:26:53 +00:00
parent 90f48673ab
commit 1cd298af7a
3 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-11-06 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_details.php3, line 305; db_printview.php3, line 207: fixed bug #478592
- HTML mispelling (</td> instead of </th>), thanks to
Christophe Jaillet (tititou at users.sourceforge.net).
2001-11-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* sql.php3, lines 225-233: in case of erroneous query, it is now
re-displayed in the query textearea of the calling script.

View File

@@ -302,7 +302,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
</th>
<th align="center">
<b>--</b>
</td>
</th>
<?php
if ($cfgShowStats) {
echo "\n";

View File

@@ -204,7 +204,7 @@ else if (MYSQL_INT_VERSION >= 32300) {
</th>
<th align="center">
<b>--</b>
</td>
</th>
<?php
if ($cfgShowStats) {
echo "\n";