diff --git a/index.php b/index.php index fb064a3763..7789cc461c 100644 --- a/index.php +++ b/index.php @@ -122,7 +122,7 @@ if ($server > 0 ) { echo '
  • '; include_once 'libraries/select_server.lib.php'; - echo PMA_Util::getImage('s_host.png')." ".PMA_selectServer(true, true); + echo PMA_Util::getImage('s_host.png') . " " . PMA_selectServer(true, true); echo '
  • '; } @@ -137,7 +137,7 @@ if ($server > 0 if ($cfg['ShowChgPassword']) { $conditional_class = 'ajax'; PMA_printListItem( - PMA_Util::getImage('s_passwd.png')." ".__('Change password'), + PMA_Util::getImage('s_passwd.png') . " " . __('Change password'), 'li_change_password', 'user_password.php?' . $common_url_query, null, @@ -152,7 +152,8 @@ if ($server > 0 echo '
    ' . "\n" . PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection') . '  ' . PMA_Util::showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?>
    + ' + . PMA_Util::getImage('b_newdb.png') + . " " . __('Create database') + . ' ' + . PMA_Util::showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?>