mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 23:57:29 +02:00
[Castorus] fix: htmlentities bug (#2632)
This commit is contained in:
@@ -35,7 +35,7 @@ class CastorusBridge extends BridgeAbstract {
|
|||||||
if(!$title)
|
if(!$title)
|
||||||
returnServerError('Cannot find title!');
|
returnServerError('Cannot find title!');
|
||||||
|
|
||||||
return htmlspecialchars(trim($title->plaintext));
|
return trim($title->plaintext);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extracts the url from an actitiy
|
// Extracts the url from an actitiy
|
||||||
|
Reference in New Issue
Block a user