From 21c2c1559b4d45d8a085b0e0e9ab6691785c2ca5 Mon Sep 17 00:00:00 2001 From: Artur Weigandt Date: Wed, 26 Feb 2025 08:06:35 +0100 Subject: [PATCH] Update src/Content/OEmbed.php Co-authored-by: Hypolite Petovan --- src/Content/OEmbed.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index a42b837882..69a08526e1 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -288,9 +288,6 @@ class OEmbed $ret .= ''; - // FIXME: Why is $test unused? - $test = Proxy::proxifyHtml($ret, $uriid); - return str_replace("\n", "", $ret); }