1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
DanielnetoDotCom 2021-01-15 17:32:12 -03:00
parent 9aef19e42f
commit 44d09657b9

View file

@ -45,7 +45,7 @@ if(!empty($_REQUEST['roku'])){
}
function feedText($text){
return str_replace(array(' '), array(''), htmlentities(strip_tags(br2nl($text))));
return str_replace(array(' '), array(''), htmlspecialchars(strip_tags(br2nl($text))));
}
?>