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 /tbl_relation.php
parent1f1013b3ce027857b835a47236395516aa358d73 (diff)
b to strong, and remove bold for MySQL charset
Diffstat (limited to 'tbl_relation.php')
-rw-r--r--tbl_relation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_relation.php b/tbl_relation.php
index 18256d96ae..32fb38dd6a 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -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']) {
?>