Update src/Content/OEmbed.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Artur Weigandt 2025-02-26 08:06:35 +01:00 committed by GitHub
parent 82ea62ba7c
commit 21c2c1559b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -288,9 +288,6 @@ class OEmbed
$ret .= '</div>';
// FIXME: Why is $test unused?
$test = Proxy::proxifyHtml($ret, $uriid);
return str_replace("\n", "", $ret);
}