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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-30 10:33:50 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-30 15:07:56 +0300
commit285e38e931635a5d72bc75d38c891ee27a491d1a (patch)
tree69d809e2551f80c7831a51da6d3e54b37d9ddbdc /prefs_manage.php
parentd248fd419d5ed78c42ff2b7ce590239932479b0c (diff)
Fix some PSR-2 coding standard errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'prefs_manage.php')
-rw-r--r--prefs_manage.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/prefs_manage.php b/prefs_manage.php
index 71552fb929..f31b616207 100644
--- a/prefs_manage.php
+++ b/prefs_manage.php
@@ -282,7 +282,9 @@ if (@file_exists('setup/index.php') && ! @file_exists(CONFIG_FILE)) {
__(
'You can set more settings by modifying config.inc.php, eg. '
. 'by using %sSetup script%s.'
- ), '<a href="setup/index.php" target="_blank">', '</a>'
+ ),
+ '<a href="setup/index.php" target="_blank">',
+ '</a>'
) , PhpMyAdmin\Util::showDocu('setup', 'setup-script');
?>
</div>