mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#946)
* Minor improvements * Apply fixes from StyleCI (#945) Co-authored-by: StyleCI Bot <bot@styleci.io> --------- Co-authored-by: Yury Pikhtarev <exileum@icloud.com> Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
parent
05ffabb1d3
commit
95ca827198
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ if ($view === 'attachments') {
|
|||
'FILENAME' => htmlspecialchars($attachments[$i]['real_filename']),
|
||||
'COMMENT' => htmlspecialchars($attachments[$i]['comment']),
|
||||
'EXTENSION' => $attachments[$i]['extension'],
|
||||
'SIZE' => round($attachments[$i]['filesize'] / 1024, 2),
|
||||
'SIZE' => humn_size($attachments[$i]['filesize'], 2),
|
||||
'DOWNLOAD_COUNT' => $attachments[$i]['download_count'],
|
||||
'POST_TIME' => bb_date($attachments[$i]['filetime']),
|
||||
'POST_TITLE' => $post_titles,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue