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>2013-10-20 08:51:34 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2013-10-20 08:51:34 +0400
commitca1695971948896895328c54981a2a61bc8bec34 (patch)
tree8ca9e354f55b86a6020f023dc3500bf71d0bf66f /tbl_sql.php
parent5998945b03a4c06a51564d0f399b7fe1c6d576e3 (diff)
Remove trailing white spaces
Diffstat (limited to 'tbl_sql.php')
-rw-r--r--tbl_sql.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_sql.php b/tbl_sql.php
index 00927747bd..0035840199 100644
--- a/tbl_sql.php
+++ b/tbl_sql.php
@@ -42,8 +42,8 @@ require_once 'libraries/tbl_info.inc.php';
$response->addHTML(
PMA_getHtmlForSqlQueryForm(
true, false,
- isset($_REQUEST['delimiter'])
- ? htmlspecialchars($_REQUEST['delimiter'])
+ isset($_REQUEST['delimiter'])
+ ? htmlspecialchars($_REQUEST['delimiter'])
: ';'
)
);