summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-11-17 07:30:03 +0100
committerYorhel <git@yorhel.nl>2017-11-17 07:30:03 +0100
commitcc5611465e2bc9886ba6b9a9e74efd910cde1143 (patch)
tree3602eca58c45d8736cc8792942e3e66fe005bc4a
parent74c7b49c5674d007618e15f7f9968fde9299de2f (diff)
Fix display of char measurements when only weight is known
Fixes https://vndb.org/t2520.229
-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 861193c8..d412aae9 100644
--- a/lib/VNDB/Handler/Chars.pm
+++ b/lib/VNDB/Handler/Chars.pm
@@ -152,7 +152,7 @@ sub charTable {
td $r->{alias};
end;
}
- if($r->{height} || $r->{s_bust} || $r->{s_waist} || $r->{s_hip}) {
+ if($r->{weight} || $r->{height} || $r->{s_bust} || $r->{s_waist} || $r->{s_hip}) {
Tr;
td class => 'key', 'Measurements';
td join ', ',