summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNBrowse.pm
diff options
context:
space:
mode:
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 af9a7d70..da3f3782 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -108,8 +108,8 @@ sub list {
lit '<i>&#9656;</i> Release filters<i></i>';
end;
end;
- input type => 'hidden', class => 'hidden', name => 'fil', id => 'fil', value => $f->{fil};
- input type => 'hidden', class => 'hidden', name => 'rfil', id => 'rfil', value => $f->{rfil};
+ input type => 'hidden', class => 'hidden', name => $_, id => $_, value => $f->{$_}
+ for (qw{fil rfil s o});
end;
end 'form';