push @ret, {
"field-select" => '<input type="checkbox" name="attachment_select" value="'.$f.'" />',
link => htmllink($page, $page, $f, noimageinline => 1),
- size => IkiWiki::Plugin::filecheck::humansize((stat(_))[7]),
+ size => IkiWiki::Plugin::filecheck::humansize((stat($f))[7]),
mtime => displaytime($IkiWiki::pagemtime{$f}),
mtime_raw => $IkiWiki::pagemtime{$f},
};
ikiwiki (3.20100916) UNRELEASED; urgency=low
* meta: Ensure that the url specified by xrds-location is absolute.
+ * attachment: Fix attachment file size display.
-- Joey Hess <joeyh@debian.org> Sun, 19 Sep 2010 20:13:06 -0400