fix email bug
This commit is contained in:
parent
c0a2bb78ad
commit
4beeacadbd
@ -95,8 +95,9 @@ Build =
|
|||||||
else
|
else
|
||||||
h_tripcode = ''
|
h_tripcode = ''
|
||||||
|
|
||||||
|
email_processed = encodeURIComponent(email).replace /%40/g, '@'
|
||||||
if email
|
if email
|
||||||
h_emailStart = "<a href='mailto:#{E encodeURIComponent(email)}' class='useremail'>"
|
h_emailStart = "<a href='mailto:#{E email_processed}' class='useremail'>"
|
||||||
h_emailEnd = '</a>'
|
h_emailEnd = '</a>'
|
||||||
else
|
else
|
||||||
h_emailStart = ''
|
h_emailStart = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user