[www-doc] [Git][VideoLAN.org/websites][master] close img tag for sponsors
Christoph Miebach
gitlab at videolan.org
Fri Jan 6 11:48:57 CET 2017
Christoph Miebach pushed to branch master at VideoLAN organization / websites
Commits:
95cca857 by Christoph Miebach at 2017-01-06T05:48:48-05:00
close img tag for sponsors
- - - - -
1 changed file:
- www.videolan.org/include/header.php
Changes:
=====================================
www.videolan.org/include/header.php
=====================================
--- a/www.videolan.org/include/header.php
+++ b/www.videolan.org/include/header.php
@@ -303,7 +303,7 @@ function start_body( $body_color, $language, $b_show_donate = true, $nobanner, $
<div id="sponsors-carousel">
<?php foreach($sponsors as $sponsor) {
echo '<a target="_blank" href="' . $sponsor["link"] .'">' .
- '<img src="' . $sponsorsDir . $sponsor["imgSrc"] . '">' .
+ '<img src="' . $sponsorsDir . $sponsor["imgSrc"] . '" />' .
'</a>';
}
?>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/95cca857ac970b8be3dc813a195d765d6a3a1175
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170106/ea043a65/attachment.html>
More information about the www-doc
mailing list