Correct spaces in name block.
This commit is contained in:
parent
37f0872f88
commit
27ca5571d7
@ -104,7 +104,7 @@ Build =
|
||||
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('<a href="mailto:${emailProcessed}" class="useremail">&{emailField}</a>') %>
|
||||
unless isOP and boardID is 'f'
|
||||
emailField = <%= html('&{emailField} ') %>
|
||||
|
||||
userID = if !capcode and uniqueID
|
||||
<%= html(' <span class="posteruid id_${uniqueID}">(ID: <span class="hand" title="Highlight posts by this ID">${uniqueID}</span>)</span>') %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user