From: Vincent Vanwaelscappel Date: Thu, 30 Mar 2023 09:40:52 +0000 (+0200) Subject: wait #5839 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=33472af7df33e6095bf65bdcefbd1162207ab3a6;p=fluidbook_tools.git wait #5839 --- diff --git a/src/Links/WebVideoLink.php b/src/Links/WebVideoLink.php index 2cb7d19..be79595 100644 --- a/src/Links/WebVideoLink.php +++ b/src/Links/WebVideoLink.php @@ -92,7 +92,7 @@ class WebVideoLink extends VideoLink { if (null === $height) { $height = $link->height; } - return ''; + return ''; } public static function getEmbedURL($data) {