[www-doc] [Git][VideoLAN.org/websites][master] fix stupid php error
Christoph Miebach
gitlab at videolan.org
Mon Jan 16 11:20:13 CET 2017
Christoph Miebach pushed to branch master at VideoLAN organization / websites
Commits:
e51642b7 by Christoph Miebach at 2017-01-16T05:20:08-05:00
fix stupid php error
- - - - -
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
@@ -25,8 +25,8 @@
}
}
</script>
- <span dir="ltr" lang="en">
<?php
+ echo ("<span dir='ltr' lang='en'>");
$file=fopen("news.msg","r");
$count = 0;
@@ -86,6 +86,7 @@
}
}
fclose($file);
+ echo ("</span>");
}
function shownews_mockup($style,$max) {
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/e51642b7f47758bfd820f53f9bf5af918e4e053d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170116/5779e9bb/attachment.html>
More information about the www-doc
mailing list