Skip to content

Commit

Permalink
Replaced obsolete a[name] with a[id] for URL fragment jump
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Mar 31, 2012
1 parent c9a370a commit 88de877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function PMA_getSearchSqls($table, $field, $search_str, $search_option)
* 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>
Expand Down

0 comments on commit 88de877

Please sign in to comment.