[danbooru2] GET for search query
This commit is contained in:
parent
b06cf0b1da
commit
53f0c130a3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class CustomViewPostTheme extends ViewPostTheme
|
|||
{
|
||||
//$h_pin = $this->build_pin($image);
|
||||
$h_search = "
|
||||
<form action='".search_link()."' method='POST'>
|
||||
<form action='".search_link()."' method='GET'>
|
||||
<input name='search' type='text' style='width:75%'>
|
||||
<input type='submit' value='Go' style='width:20%'>
|
||||
<input type='hidden' name='q' value='post/list'>
|
||||
|
|
Reference in a new issue