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:
authorMichal Čihař <mcihar@suse.cz>2013-04-16 15:28:23 +0400
committerMichal Čihař <mcihar@suse.cz>2013-04-16 15:29:03 +0400
commitcf3b086e7e8b89364c74f1c2b016b0f4ff53248b (patch)
treebcf38a227ef7150053ac860ae2bc56304696f234 /server_engines.php
parent19ab7995f8a4a0784e8a8ec9a72d3dfd3f84654a (diff)
Various coding style improvements
Diffstat (limited to 'server_engines.php')
-rw-r--r--server_engines.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_engines.php b/server_engines.php
index c4f28b6e81..b0f6955341 100644
--- a/server_engines.php
+++ b/server_engines.php
@@ -105,7 +105,7 @@ if (empty($_REQUEST['engine'])
$html .= ' <a href="server_engines.php'
. PMA_generate_common_url(
array('engine' => $_REQUEST['engine'], 'page' => $current)
- )
+ )
. '">' . htmlspecialchars($label) . '</a>' . "\n";
}
}