Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/DataexportController.php')
-rw-r--r--src/controllers/DataexportController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/DataexportController.php b/src/controllers/DataexportController.php
index f890531e..01fafcb0 100644
--- a/src/controllers/DataexportController.php
+++ b/src/controllers/DataexportController.php
@@ -133,7 +133,7 @@ class DataexportController extends BaseController
if (isset($_REQUEST['table'])) {
echo '<input type="hidden" name="subject" value="table" />' . \PHP_EOL;
- echo sprintf('<input type="hidden" name="table" value="%s" />%s',\htmlspecialchars($_REQUEST['table']), \PHP_EOL);
+ echo \sprintf('<input type="hidden" name="table" value="%s" />%s', \htmlspecialchars($_REQUEST['table']), \PHP_EOL);
} else {
echo '<input type="hidden" name="subject" value="table" />' . \PHP_EOL;
}