htmlentities -> htmlspecialchars
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<center>
|
||||
<table class="table table-striped" id=statics width=70%>
|
||||
<caption>
|
||||
<?php echo $user."--".htmlentities($nick,ENT_QUOTES,"UTF-8")?>
|
||||
<?php echo $user."--".htmlspecialchars($nick,ENT_QUOTES,"UTF-8")?>
|
||||
<?php
|
||||
echo "<a href=mail.php?to_user=$user>$MSG_MAIL</a>";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user