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:
authorMarc Delisle <marc@infomarc.info>2015-05-15 16:02:00 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-15 16:02:00 +0300
commit6d6ca8ebeda93007c3603d29d68297ca3ee7d543 (patch)
tree8ba955b8fa1ca0e337a7fccf3563e11d85044158 /db_designer.php
parent1f9d621a8c57906005799e8499ba1ce26d24f0de (diff)
Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'db_designer.php')
-rw-r--r--db_designer.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/db_designer.php b/db_designer.php
index 183e26c4b3..58217e5cd4 100644
--- a/db_designer.php
+++ b/db_designer.php
@@ -141,7 +141,9 @@ $response->addHTML(
);
$response->addHTML('<div id="canvas_outer">');
-$response->addHTML('<form action="" id="container-form" method="post" name="form1">');
+$response->addHTML(
+ '<form action="" id="container-form" method="post" name="form1">'
+);
$response->addHTML(PMA_getHTMLCanvas());
$response->addHTML(PMA_getHTMLTableList($tab_pos, $display_page));