Revert "fix email bug"

This reverts commit 4beeacadbd1e6761ccf3b6888c3f29d67cf36034.
This commit is contained in:
ccd0 2014-06-27 14:28:36 -07:00
parent b4e01579e6
commit 3d1625b32a

View File

@ -95,9 +95,8 @@ Build =
else
h_tripcode = ''
email_processed = encodeURIComponent(email).replace /%40/g, '@'
if email
h_emailStart = "<a href='mailto:#{E email_processed}' class='useremail'>"
h_emailStart = "<a href='mailto:#{E encodeURIComponent(email)}' class='useremail'>"
h_emailEnd = '</a>'
else
h_emailStart = ''