b to strong, and remove bold for MySQL charset

This commit is contained in:
Marc Delisle
2008-07-09 15:24:44 +00:00
parent 1f1013b3ce
commit fe78d240bb
19 changed files with 50 additions and 50 deletions

View File

@@ -173,10 +173,10 @@ if ($server > 0) {
echo ' <li id="li_select_mysql_charset">';
echo ' ' . $strMySQLCharset . ': '
. ' <strong xml:lang="en" dir="ltr">'
. ' <span xml:lang="en" dir="ltr">'
. ' ' . $mysql_charsets_descriptions[$mysql_charset_map[strtolower($charset)]] . "\n"
. ' (' . $mysql_charset_map[strtolower($charset)] . ')' . "\n"
. ' </strong>' . "\n"
. ' </span>' . "\n"
. ' </li>' . "\n";
echo ' </ul>';
echo ' </div>';