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:38:05 -03:00
parent 25fc6918a2
commit 0cdeac8fe5

View file

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