htmlentities -> htmlspecialchars
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
echo "</td>";
|
||||
|
||||
echo "<td>";
|
||||
echo "<a href=userinfo.php?user=$uuid>".htmlentities($U[$i]->nick,ENT_QUOTES,"UTF-8")."</a>";
|
||||
echo "<a href=userinfo.php?user=$uuid>".htmlspecialchars($U[$i]->nick,ENT_QUOTES,"UTF-8")."</a>";
|
||||
echo "</td>";
|
||||
|
||||
echo "<td>";
|
||||
|
||||
Reference in New Issue
Block a user