[www-doc] [Git][VideoLAN.org/websites][master] close img tag for screenshots
Christoph Miebach
gitlab at videolan.org
Fri Jan 6 11:58:05 CET 2017
Christoph Miebach pushed to branch master at VideoLAN organization / websites
Commits:
23222c6e by Christoph Miebach at 2017-01-06T05:57:59-05:00
close img tag for screenshots
- - - - -
1 changed file:
- www.videolan.org/include/os-specific.php
Changes:
=====================================
www.videolan.org/include/os-specific.php
=====================================
--- a/www.videolan.org/include/os-specific.php
+++ b/www.videolan.org/include/os-specific.php
@@ -579,7 +579,7 @@ function drawScreenshots($screenshots) {
$src = $first ? $screenshot['src'] : '';
$srcLazy = $first ? '' : $screenshot['src'];
$dom = '<div class="screenshot2 '.getImageOrientation($screenshot['src']).'">';
- $dom .= '<img src="'.$src.'" alt="'.$screenshot['name'].'" data-lazy="'.$srcLazy.'">';
+ $dom .= '<img src="'.$src.'" alt="'.$screenshot['name'].'" data-lazy="'.$srcLazy.'" />';
$dom .= '</div>';
echo $dom;
$first = false;
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/23222c6ea700579ffa9e550bc8e1eccc29fbaa1e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170106/49b44eb2/attachment.html>
More information about the www-doc
mailing list