[www-doc] [Git][VideoLAN.org/websites][master] fix news div
Christoph Miebach
gitlab at videolan.org
Mon Jan 16 19:58:32 CET 2017
Christoph Miebach pushed to branch master at VideoLAN organization / websites
Commits:
ed103057 by Christoph Miebach at 2017-01-16T13:57:46-05:00
fix news div
- - - - -
1 changed file:
- www.videolan.org/include/news.php
Changes:
=====================================
www.videolan.org/include/news.php
=====================================
--- a/www.videolan.org/include/news.php
+++ b/www.videolan.org/include/news.php
@@ -34,7 +34,7 @@
if(!$file)
{
- echo "</div><!-- news are en only -->";
+ echo ('</div><!-- news are en only -->');
return(0);
}
@@ -89,7 +89,7 @@
}
}
fclose($file);
- echo "</div><!-- news are en only -->";
+ echo ('</div><!-- news are en only -->');
}
function shownews_mockup($style,$max) {
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/ed1030570b79e5c1ac884696840a680e75795844
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170116/17fd9c0d/attachment.html>
More information about the www-doc
mailing list