diff --git a/ChangeLog b/ChangeLog index 6b87e0983..5c500afac 100755 --- a/ChangeLog +++ b/ChangeLog @@ -19,9 +19,11 @@ $Source$ - bug #1348189 after droping db some links in main.php are missing * header.inc.php, libraries/common.lib.php: - added class icon to img-tags - * header_meta_style.inc.php: + * libraries/header_meta_style.inc.php: fixed position of link meta tag - + * libraries/select_server.lib.php + fixed html output + 2005-11-03 Marc Delisle * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: bug #1339184, problems in strict mode inserting auto-increment fields diff --git a/libraries/select_server.lib.php b/libraries/select_server.lib.php index 0d7c5698e..b56008c39 100644 --- a/libraries/select_server.lib.php +++ b/libraries/select_server.lib.php @@ -5,29 +5,19 @@ */ if (count($cfg['Servers']) > 1) { - if (!$cfg['DisplayServersList']) { - ?> -
- ' . $strServer . ':'; } else { - ?> - - - - - - - - -
- +
+ + - + ?> + + - -
-
- + + ' . "\n"; + echo '
'; } } -?> +?>