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

@@ -375,7 +375,7 @@ if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<td align="center">
<b><?php echo $save_row[$i]['Field']; ?></b></td>
<strong><?php echo $save_row[$i]['Field']; ?></strong></td>
<?php
if ($cfgRelation['relwork']) {
?>