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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-04-13 19:27:17 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-13 19:27:17 +0400
commitfa9aaea8c0f409cfd6f131de6b808de1a4851008 (patch)
treea3de6420ca4aea5471e57a05680c4b3bdfc0e76f /server_collations.php
parentdac767f3c43abf00b3aa95c7c281b74229c4a97d (diff)
Coding style improvements
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/server_collations.php b/server_collations.php
index 5ce7643d74..076b79ca43 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -63,7 +63,8 @@ foreach ($mysql_charsets as $current_charset) {
. (empty($mysql_charsets_descriptions[$current_charset])
? ''
: ' (<i>' . htmlspecialchars(
- $mysql_charsets_descriptions[$current_charset]) . '</i>)' . "\n")
+ $mysql_charsets_descriptions[$current_charset]
+ ) . '</i>)' . "\n")
. ' </th>' . "\n"
. '</tr>' . "\n";
$odd_row = true;