mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[Webfail] Fix titles with single quotes
This commit is contained in:
parent
5662dff5cb
commit
aa2442602a
@ -123,7 +123,7 @@ class WebfailBridge extends BridgeAbstract {
|
||||
|
||||
private function fixTitle($title){
|
||||
// This fixes titles that include umlauts (in German language)
|
||||
return html_entity_decode($title, ENT_COMPAT | ENT_HTML401, 'UTF-8');
|
||||
return html_entity_decode($title, ENT_QUOTES | ENT_HTML401, 'UTF-8');
|
||||
}
|
||||
|
||||
private function getVideoId($onclick){
|
||||
|
Loading…
Reference in New Issue
Block a user