diff --git a/ChangeLog b/ChangeLog index 22f26ab3c..a128b5396 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of the SQL query box for Opera 7 for Windows in order to avoid trouble here. * Documentation.html: Removed FAQ entry about Opera 7. + * db_stats.php3: One tag still pointed to a GIF file. 2003-02-05 Marc Delisle * tbl_replace.php3, tbl_replace_fields.php3: do not display the diff --git a/db_stats.php3 b/db_stats.php3 index 292fbb554..cb9315554 100644 --- a/db_stats.php3 +++ b/db_stats.php3 @@ -151,7 +151,7 @@ if ($num_dbs > 0) { } $img_tag = ' ' . "\n" . ' ' - . '' . (($sort_order == 'asc') ? $strAscending : $strDescending) . ''; // Default order is ascending for db name, descending for sizes