From bb81af086fe4ab3f89353a38589fc06a97eb88d8 Mon Sep 17 00:00:00 2001 From: Dag Date: Sun, 10 Apr 2022 22:47:02 +0200 Subject: [PATCH] [Castorus] fix: htmlentities bug (#2632) --- bridges/CastorusBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/CastorusBridge.php b/bridges/CastorusBridge.php index 52714774..9dc878f7 100644 --- a/bridges/CastorusBridge.php +++ b/bridges/CastorusBridge.php @@ -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