[Castorus] fix: htmlentities bug (#2632)

This commit is contained in:
Dag 2022-04-10 22:47:02 +02:00 committed by GitHub
parent 60f1c46779
commit bb81af086f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class CastorusBridge extends BridgeAbstract {
if(!$title)
returnServerError('Cannot find title!');
return htmlspecialchars(trim($title->plaintext));
return trim($title->plaintext);
}
// Extracts the url from an actitiy