summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-07 09:10:21 +0200
committerYorhel <git@yorhel.nl>2011-04-07 09:10:21 +0200
commit61707a2dcf70262085df62727fa50fffd308e25e (patch)
treec76409c6d82826c3675e181064aa9761fbc24c48 /lib
parent13bab98d3b202e1b17b845524b0893f7c2c4b91d (diff)
Bugfix: Properly format future dates on my vn list
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/Handler/ULists.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/ULists.pm b/lib/VNDB/Handler/ULists.pm
index 94007a73..363c2262 100644
--- a/lib/VNDB/Handler/ULists.pm
+++ b/lib/VNDB/Handler/ULists.pm
@@ -466,7 +466,9 @@ sub _vnlist_browse {
td class => 'tc2';
input type => 'checkbox', name => 'rid', value => $_->{rid} if $own;
end;
- td class => 'tc3', $self->{l10n}->datestr($_->{released});
+ td class => 'tc3';
+ lit $self->{l10n}->datestr($_->{released});
+ end;
td class => 'tc4';
cssicon "lang $_", mt "_lang_$_" for @{$_->{languages}};
cssicon "rt$_->{type}", mt "_rtype_$_->{type}";