mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-25 19:01:18 +02:00
[Webfail] Fix titles with single quotes
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user