summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-12-06 08:27:48 +0100
committerYorhel <git@yorhel.nl>2018-12-06 08:27:51 +0100
commite191cf84733b751ac3e9a98c4cda10557ec148d3 (patch)
tree209b9fe6469ff787ed4d234257f4947992c49584
parent6bc0d553bbc37af65df1e3b6f093b6541bf8e422 (diff)
Handler::Chars: Retain filters when switching initial character
https://vndb.org/t11605
-rw-r--r--lib/VNDB/Handler/Chars.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Chars.pm b/lib/VNDB/Handler/Chars.pm
index 4d5ecc48..cce59f36 100644
--- a/lib/VNDB/Handler/Chars.pm
+++ b/lib/VNDB/Handler/Chars.pm
@@ -519,7 +519,7 @@ sub list {
$self->htmlSearchBox('c', $f->{q});
p class => 'browseopts';
for ('all', 'a'..'z', 0) {
- a href => "/c/$_?q=$quri", $_ eq $fch ? (class => 'optselected') : (), $_ eq 'all' ? 'ALL' : $_ ? uc $_ : '#';
+ a href => "/c/$_?q=$quri;fil=$f->{fil}", $_ eq $fch ? (class => 'optselected') : (), $_ eq 'all' ? 'ALL' : $_ ? uc $_ : '#';
}
end;