fix email bug

This commit is contained in:
ccd0 2014-06-19 00:41:57 -07:00
parent c0a2bb78ad
commit 4beeacadbd

View File

@ -95,8 +95,9 @@ Build =
else
h_tripcode = ''
email_processed = encodeURIComponent(email).replace /%40/g, '@'
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>'
else
h_emailStart = ''