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:
authorJo Michael <me@mynetx.net>2012-03-31 20:36:41 +0400
committerJo Michael <me@mynetx.net>2012-03-31 20:36:41 +0400
commit88de8778ac0de58b8847b763cea8bc8b4a5c2aa4 (patch)
treecf6cea749a4e217b19d8607f96432e4fb4185135 /db_search.php
parentc9a370af1b3d1d0b3f04fae1ed2e5511f5c39da5 (diff)
Replaced obsolete a[name] with a[id] for URL fragment jump
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index c2aa3d05e1..9bb08a2c4d 100644
--- a/db_search.php
+++ b/db_search.php
@@ -267,7 +267,7 @@ if ($GLOBALS['is_ajax_request'] == true) {
* 2. Displays the main search form
*/
?>
-<a name="db_search"></a>
+<a id="db_search"></a>
<form id="db_search_form"<?php echo ($GLOBALS['cfg']['AjaxEnable'] ? ' class="ajax"' : ''); ?> method="post" action="db_search.php" name="db_search">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db']); ?>
<fieldset>