mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
9aef19e42f
commit
44d09657b9
1 changed files with 1 additions and 1 deletions
|
@ -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))));
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue