diff --git a/src/Miscellaneous/FileInfo.coffee b/src/Miscellaneous/FileInfo.coffee index 23d957108..5f8332b6f 100644 --- a/src/Miscellaneous/FileInfo.coffee +++ b/src/Miscellaneous/FileInfo.coffee @@ -52,7 +52,7 @@ FileInfo = <%= html('${shortname}${fullname}') %> N: -> <%= html('${this.file.name}') %> d: -> <%= html('') %> - f: -> <%= html('') %> + f: -> <%= html('') %> p: -> <%= html('?{this.file.isSpoiler}{Spoiler, }') %> s: -> <%= html('${this.file.size}') %> B: -> <%= html('${Math.round(this.file.sizeInBytes)} Bytes') %>