Escaping unfortunately does not work here
This commit is contained in:
parent
6969166ae8
commit
3bd97b883a
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ function verifyEmail($email)
|
||||||
$nerr++;
|
$nerr++;
|
||||||
//$ToBeDeleted[]=$i;
|
//$ToBeDeleted[]=$i;
|
||||||
//echo "Adding UID $i\n";
|
//echo "Adding UID $i\n";
|
||||||
$resulttable.="<td bgcolor='#ffc0c0'>".sanitizeHTML($rmessage)."</td>";
|
$resulttable.="<td bgcolor='#ffc0c0'>$rmessage</td>";
|
||||||
}
|
}
|
||||||
$resulttable.="</tr>\n";
|
$resulttable.="</tr>\n";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue