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

@@ -81,7 +81,7 @@ function PMA_select_server($not_only_options, $ommit_fieldset)
if ($list) {
echo '<li>';
if ($selected && !$ommit_fieldset) {
echo '<b>' . htmlspecialchars($label) . '</b>';
echo '<strong>' . htmlspecialchars($label) . '</strong>';
} else {
echo '<a class="item" href="index.php'