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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-07-23 15:38:07 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-23 15:38:07 +0300
commitbf61709259e4b953bced1f332e29b375c5243ba4 (patch)
treeb418ecddc46d2a503e3d7001c98899973326782a /prefs_forms.php
parent1daf0a030fc199396cca274a64a6002a3685c76e (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'prefs_forms.php')
-rw-r--r--prefs_forms.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/prefs_forms.php b/prefs_forms.php
index 99771c9d40..68b7274ab0 100644
--- a/prefs_forms.php
+++ b/prefs_forms.php
@@ -84,7 +84,9 @@ if ($form_display->hasErrors()) {
// form has errors
?>
<div class="error config-form">
- <b><?php echo __('Cannot save settings, submitted form contains errors!') ?></b>
+ <b>
+ <?php echo __('Cannot save settings, submitted form contains errors!') ?>
+ </b>
<?php echo $form_display->displayErrors(); ?>
</div>
<?php