diff --git a/src/General/Build.coffee b/src/General/Build.coffee
index e19b1305e..9ccff5990 100755
--- a/src/General/Build.coffee
+++ b/src/General/Build.coffee
@@ -92,19 +92,19 @@ Build =
when 'admin', 'admin_highlight'
capcodeClass = ' capcodeAdmin'
capcodeStart = <%= html(' ## Admin') %>
- capcodeIcon = <%= html('
') %>
+ capcodeIcon = <%= html('
') %>
when 'mod'
capcodeClass = ' capcodeMod'
capcodeStart = <%= html(' ## Mod') %>
- capcodeIcon = <%= html('
') %>
+ capcodeIcon = <%= html('
') %>
when 'developer'
capcodeClass = ' capcodeDeveloper'
capcodeStart = <%= html(' ## Developer') %>
- capcodeIcon = <%= html('
') %>
+ capcodeIcon = <%= html('
') %>
else
capcodeClass = ''
capcodeStart = <%= html('') %>
- capcodeIcon = <%= html('') %>
+ capcodeIcon = if isOP and boardID is 'f' then <%= html('') %> else <%= html(' ') %>
nameClass = if capcode then ' capcode' else ''
@@ -117,8 +117,6 @@ Build =
if email
emailProcessed = encodeURIComponent(email).replace /%40/g, '@'
emailField = <%= html('&{emailField}') %>
- unless isOP and boardID is 'f'
- emailField = <%= html('&{emailField} ') %>
userID = if !capcode and uniqueID
<%= html(' (ID: ${uniqueID})') %>
@@ -128,9 +126,9 @@ Build =
flag = unless flagCode
<%= html('') %>
else if false
- <%= html('
') %>
+ <%= html('
') %>
else
- <%= html('') %>
+ <%= html(' ') %>
nameBlock = <%= html(
'' +