summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNBrowse.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-10 14:48:34 +0200
committerYorhel <git@yorhel.nl>2009-05-10 14:48:34 +0200
commitd3e270d6987cfe696ee2c2e25bb344f242f53a1e (patch)
tree11343e05596afea0ba795c913d68d247eaa336ee /lib/VNDB/Handler/VNBrowse.pm
parent31c7f61c58686e39645a45fa2feeb435ac023e7f (diff)
Added search field on release browser
Diffstat (limited to 'lib/VNDB/Handler/VNBrowse.pm')
-rw-r--r--lib/VNDB/Handler/VNBrowse.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm
index f50a8500..03c4a8ce 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -117,8 +117,8 @@ sub _filters {
div class => 'mainbox';
h1 'Browse visual novels';
- form class => 'search', action => '/v/all', 'accept-charset' => 'UTF-8', method => 'get';
- fieldset;
+ form action => '/v/all', 'accept-charset' => 'UTF-8', method => 'get';
+ fieldset class => 'search';
input type => 'text', name => 'q', id => 'q', class => 'text', value => $f->{q};
input type => 'submit', class => 'submit', value => 'Search!';
end;