diff --git a/www_email.c b/www_email.c index 26ff531..fba7bac 100644 --- a/www_email.c +++ b/www_email.c @@ -340,9 +340,9 @@ char *www_email_display(struct user_record *user, int email) { for (i=0;i"); - } else if (body[z] == '<') { + } else if (body[i] == '<') { sprintf(buffer, "<"); - } else if (body[z] == '>') { + } else if (body[i] == '>') { sprintf(buffer, ">"); } else { sprintf(buffer, "%c", body[i]);