]> _ Git - fluidbook_tools.git/commitdiff
wip #5184 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 12:39:22 +0000 (14:39 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Mar 2022 12:39:22 +0000 (14:39 +0200)
src/Links/VideoLink.php

index ba457c69dd122d8b450626173663490ed85b50dd..d9f9d876556f402bc84bf48ca9ea8e3a1d334091 100644 (file)
@@ -64,7 +64,6 @@ class VideoLink extends Link
 
     public static function getVideoAttributes($data, $w = null, $h = null, $compiler = null)
     {
-
         $attr['name'] = VideoPopupLink::getBasename($data->to);
         if (Url::isDistant($data->to)) {
             $attr['url'] = $data->to;