]> _ Git - cubeextranet.git/commitdiff
wip #5152 @0:10
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 9 Mar 2022 10:37:56 +0000 (10:37 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 9 Mar 2022 10:37:56 +0000 (10:37 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 486f9365f81a0fd9551b2a7da55cd0649fe9b40c..1044de7c84f1693116b9f73a1ed780dd398cc582 100644 (file)
@@ -2325,7 +2325,7 @@ class audioLink extends wsHTML5Link
             $controls = 'controls ';
         }
 
-        $res = '<audio class="' . $theme . '" ' . $controls;
+        $res = '<audio controlsList="nodownload" class="' . $theme . '" ' . $controls;
         if ($linkDatas->video_loop) {
             $res .= 'loop ';
         }