Correct ALT attribute for image (bug #1232124).

This commit is contained in:
Michal Čihař
2005-07-10 18:58:37 +00:00
parent 3e733e9a81
commit 22d486cd17
2 changed files with 2 additions and 1 deletions

View File

@@ -625,7 +625,7 @@ if (isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding']
. ' </tr>' . "\n"
. ' <!-- MySQL Connection Collation -->' . "\n"
. ' <tr>' . "\n"
.' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'','s_asci.png',$strMySQLCharset,'') : $str_normal_list) . "\n"
.' ' . ($str_iconic_list != '' ? sprintf($str_iconic_list,'','s_asci.png',$strMySQLConnectionCollation,'') : $str_normal_list) . "\n"
. ' <td>' . "\n"
. ' <form method="post" action="index.php" target="_parent">' . "\n"
. PMA_generate_common_hidden_inputs(NULL, NULL, 4, 'collation_connection')