去掉邮箱的 .
This commit is contained in:
@@ -958,7 +958,7 @@ function article_con() {
|
||||
}
|
||||
if (j_authior[i].is_report == '1') {
|
||||
rep += '*'
|
||||
mes = ' (<a href="mailto:' + j_authior[i].email + '."><img src="img/email.png"></a>) '
|
||||
mes = ' (<a href="mailto:' + j_authior[i].email + '"><img src="img/email.png"></a>) '
|
||||
Corr_Auth += ' ' + j_authior[i].author_name + ',';
|
||||
Corr_Emai += ' ' + j_authior[i].email + ',';
|
||||
report_num += 1;
|
||||
|
||||
Reference in New Issue
Block a user