diff --git a/src/General/Build.coffee b/src/General/Build.coffee index f5d81b137..1a3efa7ed 100644 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -110,18 +110,18 @@ Build = flag = unless flagCode '' else if boardID is 'pol' - " #{flagCode}" + " " else " " if file?.isDeleted fileHTML = if isOP "
" + - "File deleted." + + "" + "
" else "
" + - "File deleted." + + "" + "
" else if file fileSize = $.bytesToString file.size @@ -167,11 +167,11 @@ Build = fileHTML = '' sticky = if isSticky - " Sticky" + " " else '' closed = if isClosed - " Closed" + " " else '' diff --git a/src/General/Thread.coffee b/src/General/Thread.coffee index 8037f09d2..81acfc439 100644 --- a/src/General/Thread.coffee +++ b/src/General/Thread.coffee @@ -38,7 +38,6 @@ class Thread icon = $.el 'img', src: "#{Build.staticPath}#{typeLC}#{Build.gifIcon}" - alt: type title: type className: "#{typeLC}Icon" root = if type is 'Closed' and @isSticky