Remove useles div.fileInfo for delted files.
This commit is contained in:
parent
e22aa713b3
commit
0f259b488d
@ -120,7 +120,7 @@ Build =
|
||||
|
||||
if file?.isDeleted
|
||||
fileHTML = if isOP
|
||||
"<div class=file id=f#{postID}><div class=fileInfo></div><span class=fileThumb>" +
|
||||
"<div class=file id=f#{postID}><span class=fileThumb>" +
|
||||
"<img src='#{staticPath}filedeleted#{gifIcon}' alt='File deleted.' class=fileDeleted>" +
|
||||
"</span></div>"
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user