mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
25fc6918a2
commit
0cdeac8fe5
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(''), (strip_tags(br2nl($text))));
|
return str_replace(array('&&'), array('&'), str_replace(array('&','<','>'), array('&','<','>'), (strip_tags(br2nl($text)))));
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Add table
Add a link
Reference in a new issue