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-03-26 14:56:45 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-26 14:56:45 +0300
commit4eccae5290ac4bda7e381d7f0374c030669fa5cc (patch)
tree72a3b66b646d2a30d7fa7282f2e760fe5ce62f1a /db_search.php
parenta0aaf65c5447f73ce32fb69c63f97495e7e15168 (diff)
parent4d308ba364af3645d9db5bd46689ba0e79394c75 (diff)
Merge pull request #1547 from znck/master
Remove unneeded closing tags
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 9d5d26043f..146da78152 100644
--- a/db_search.php
+++ b/db_search.php
@@ -60,4 +60,3 @@ $response->addHTML(
);
$response->addHTML($db_search->getSelectionForm());
$response->addHTML($db_search->getResultDivs());
-?>