summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Misc.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-02-12 17:45:43 +0100
committerYorhel <git@yorhel.nl>2016-02-12 17:45:43 +0100
commit323f1d599316b0c17aa47e97b80cc842e3d90ab5 (patch)
treeb35498d3355a2e54af6cd16131bee7ca93f2f884 /lib/VNDB/Handler/Misc.pm
parent98acc64cabd686c21be7bfe5d90eff87b1f3601a (diff)
Minor fixes / behaviour reverts related to the removal of L10N
- Fix mouse-over text of language flag on homepage - Capitalize release types in edit form - Use plural form of character roles on VN page listing
Diffstat (limited to 'lib/VNDB/Handler/Misc.pm')
-rw-r--r--lib/VNDB/Handler/Misc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Misc.pm b/lib/VNDB/Handler/Misc.pm
index fd43c026..9cdbf4e2 100644
--- a/lib/VNDB/Handler/Misc.pm
+++ b/lib/VNDB/Handler/Misc.pm
@@ -172,7 +172,7 @@ sub homepage {
lit fmtdatestr $_->{released};
txt ' ';
cssicon $_, $self->{platforms}{$_} for (@{$_->{platforms}});
- cssicon "lang $_", $self->{languages} for (@{$_->{languages}});
+ cssicon "lang $_", $self->{languages}{$_} for (@{$_->{languages}});
txt ' ';
a href => "/r$_->{id}", title => $_->{original}||$_->{title}, shorten $_->{title}, 30;
end;