summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-22 16:18:25 +0200
committerYorhel <git@yorhel.nl>2020-07-22 16:18:25 +0200
commitbebe1b53945a86eac937a3b42ae7942400dfb6bd (patch)
treea54138ffa777d61adb0395ad6104fcb99474d89d /lib
parent81c2c4c75de197b678475df99de997900c91b488 (diff)
Char::Page: Fix display of age=0 in revision diff
Diffstat (limited to 'lib')
-rw-r--r--lib/VNWeb/Chars/Page.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Chars/Page.pm b/lib/VNWeb/Chars/Page.pm
index 6b2ef265..7270d61b 100644
--- a/lib/VNWeb/Chars/Page.pm
+++ b/lib/VNWeb/Chars/Page.pm
@@ -83,7 +83,7 @@ sub _rev_ {
[ weight => 'Weight', ],
[ bloodt => 'Blood type', fmt => \%BLOOD_TYPE ],
[ cup_size => 'Cup size', fmt => \%CUP_SIZE ],
- [ age => 'Age', empty => 0 ],
+ [ age => 'Age', ],
[ main => 'Instance of', empty => 0, fmt => sub {
my $c = tuwf->dbRowi('SELECT id, name, original FROM chars WHERE id =', \$_);
a_ href => "/c$c->{id}", title => $c->{name}, "c$c->{id}"