mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +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){
|
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