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 /user_password.php
parent1f1013b3ce027857b835a47236395516aa358d73 (diff)
b to strong, and remove bold for MySQL charset
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_password.php b/user_password.php
index b144f542a0..51c0fb6f09 100644
--- a/user_password.php
+++ b/user_password.php
@@ -110,7 +110,7 @@ if (isset($_REQUEST['nopass'])) {
PMA_showMessage($strUpdateProfileMessage, $sql_query, 'success');
?>
<a href="index.php<?php echo PMA_generate_common_url($_url_params); ?>" target="_parent">
- <b><?php echo $strBack; ?></b></a>
+ <strong><?php echo $strBack; ?></strong></a>
<?php
require_once './libraries/footer.inc.php';
} // end if