[www-doc] [Git][VideoLAN.org/websites][master] span is no valid parent for div

Christoph Miebach gitlab at videolan.org
Mon Jan 16 12:11:12 CET 2017


Christoph Miebach pushed to branch master at VideoLAN organization / websites


Commits:
d2c92c5d by Christoph Miebach at 2017-01-16T06:11:07-05:00
span is no valid parent for 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
@@ -33,7 +33,7 @@
     if(!$file)
       return(0);
 
-    echo ("<span dir='ltr' lang='en'>");
+    echo ("<div dir='ltr' lang='en'>");
 
     while( !feof($file) )
     {
@@ -86,7 +86,7 @@
         }
     }
     fclose($file);
-    echo ("</span>");
+    echo ("</div>");
 }
 
 function shownews_mockup($style,$max) {



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/d2c92c5d5d8e4207d9704d0ea230e1303bd9da44
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170116/f8e0b201/attachment.html>


More information about the www-doc mailing list