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:
authorJo Michael <me@mynetx.net>2012-03-18 22:53:43 +0400
committerJo Michael <me@mynetx.net>2012-03-18 22:53:43 +0400
commitc36a9113e0122bf022f823d3db917a855762ecbb (patch)
tree777214ffa9b46d045a0c4e421877b3be28f7e1b3 /server_collations.php
parent9842f01444204b33f85f803b5a81265ddaaa96cd (diff)
Replaced td[align] with td[class] due to HTML5
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_collations.php b/server_collations.php
index 8c6c8c906d..b9510cfb5e 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -67,7 +67,7 @@ foreach ($mysql_charsets as $current_charset) {
. '</tr>' . "\n";
}
$i++;
- echo '<tr><th colspan="2" align="right">' . "\n"
+ echo '<tr><th colspan="2" class="right">' . "\n"
. ' ' . htmlspecialchars($current_charset) . "\n"
. (empty($mysql_charsets_descriptions[$current_charset])
? ''