diff options
Diffstat (limited to 'templates/displayheaders/_main_table.html.ep')
-rw-r--r-- | templates/displayheaders/_main_table.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/displayheaders/_main_table.html.ep b/templates/displayheaders/_main_table.html.ep index 5430c15..06bbbfc 100644 --- a/templates/displayheaders/_main_table.html.ep +++ b/templates/displayheaders/_main_table.html.ep @@ -81,7 +81,7 @@ --> <div class="pure-u-1 pure-u-md-4-24"> - % my $date = parse_iso_date $msg->{head}{date}; + % my $date = $v->parse_iso_date($msg->{head}{date}); %= join('/', $date->{mday}, $date->{month}, $date->{year}) . " $date->{hour}:$date->{min}"; </div> @@ -98,7 +98,7 @@ </td> <td class="hide-small" style="text-align: right; white-space: nowrap"> - %= print_sizes10 $msg->{byte_size}; + %= $v->print_sizes10($msg->{byte_size}); </td> <td> |