bug #1193225 missing closing tag

This commit is contained in:
Marc Delisle
2005-05-01 12:44:10 +00:00
parent 1fe0f5c006
commit 5a94e9b78b
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-05-01 Marc Delisle <lem9@users.sourceforge.net>
* server_status.php: bug #1193225, missing </ul>
2005-04-30 Marc Delisle <lem9@users.sourceforge.net>
* db_operations.php, libraries/tbl_move_copy.php:
bug #1192468, bookmarks copied too many times

View File

@@ -249,6 +249,7 @@ if (!empty($serverStatus)) {
</tr>
</table>
</li>
</ul>
<?php
}