summaryrefslogtreecommitdiff
path: root/data/tpl/vnbrowse
diff options
context:
space:
mode:
Diffstat (limited to 'data/tpl/vnbrowse')
-rw-r--r--data/tpl/vnbrowse6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/tpl/vnbrowse b/data/tpl/vnbrowse
index 9adaa113..fd071c49 100644
--- a/data/tpl/vnbrowse
+++ b/data/tpl/vnbrowse
@@ -14,14 +14,14 @@
<div id="adsearch" [[= !$p{searchquery} ? '' : ' style="display: none"' ]]>
<b>Categories</b> (boolean and, selecting more gives less results)
<ul id="cat">
- [[ for my $c (qw| e g p t l s |) { ]]-
- -[[= $c ne 'l' && $c ne 'p' ? '<li>' : '<br />' ]][[: $VNDB::CAT->{$c}[0] ]]-
+ [[ for my $c (qw| e g t p h l s |) { ]]-
+ -[[= $c !~ /[thl]/ ? '<li>' : '<br />' ]][[: $VNDB::CAT->{$c}[0] ]]-
<ul>
[[ for (sort keys %{$VNDB::CAT->{$c}[1]}) { my $ca = $c.$_; ]]-
<li id="cat_[[= $ca ]]">
[[: $VNDB::CAT->{$c}[1]{$_} ]]- ([[= $d{cat}{$ca} || 0 ]])</li>
[[ } ]]
- </ul>[[= $c ne 't' && $c ne 'g' ? '</li>' : '' ]]-
+ </ul>[[= $c !~ /[gph]/ ? '</li>' : '' ]]-
[[ } ]]-
</ul>
<br style="clear: both" />