Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2008-07-09 19:24:44 +0400
committerMarc Delisle <marc@infomarc.info>2008-07-09 19:24:44 +0400
commitfe78d240bb43302798937b5c36dbcc37e8016ffa (patch)
tree43e29c0a10496c0167a883493cdae572ce891f4b /main.php
parent1f1013b3ce027857b835a47236395516aa358d73 (diff)
b to strong, and remove bold for MySQL charset
Diffstat (limited to 'main.php')
-rw-r--r--main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.php b/main.php
index c56c02037c..cb4300a0c7 100644
--- a/main.php
+++ b/main.php
@@ -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>';