[www-doc] [Git][VideoLAN.org/websites][master] Fixed a PHP warning

Konstantin Pavlov gitlab at videolan.org
Sun Mar 28 23:00:48 UTC 2021



Konstantin Pavlov pushed to branch master at VideoLAN organization / websites


Commits:
78f4cab2 by Konstantin Pavlov at 2021-03-29T02:00:38+03:00
Fixed a PHP warning

- - - - -


1 changed file:

- www.videolan.org/videolan/events/10y/index.php


Changes:

=====================================
www.videolan.org/videolan/events/10y/index.php
=====================================
@@ -99,7 +99,7 @@ in their <b>free time</b>, we welcome donations to help us manage the software.
 function vlcskins($img,$thumb, $skin){
     echo"<div style='width: 230px; font-size: 2em; float: left; text-align: center;'><div class='screenshot' style='overflow: hidden; width: 200px; height: 120px;'>"
         ."<a href='//images.videolan.org/vlc/skins2/$img'><img
-        src='//images.videolan.org/vlc/skins2/$thumb' alt='VLC media player - $desc' /></a>
+        src='//images.videolan.org/vlc/skins2/$thumb' alt='VLC media player' /></a>
     </div>";
     echo "<a href='//www.videolan.org/vlc/download-skins2-go.php?url=$skin'>Get this skin!</a></div>";
 }



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/78f4cab2a4c4d31f220a431445d40990db46909b

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/78f4cab2a4c4d31f220a431445d40990db46909b
You're receiving this email because of your account on code.videolan.org.




More information about the www-doc mailing list