[www-doc] [Git][VideoLAN.org/websites][master] don't use single quotes

Christoph Miebach gitlab at videolan.org
Mon Jan 16 19:09:41 CET 2017


Christoph Miebach pushed to branch master at VideoLAN organization / websites


Commits:
5ff53fc4 by Christoph Miebach at 2017-01-16T13:09:36-05:00
don't use single quotes

- - - - -


1 changed file:

- www.videolan.org/index.php


Changes:

=====================================
www.videolan.org/index.php
=====================================
--- a/www.videolan.org/index.php
+++ b/www.videolan.org/index.php
@@ -231,7 +231,7 @@ include($_SERVER["DOCUMENT_ROOT"] . "/include/magpierss/rss_fetch.inc");
                     if (isset($item['link'])) {
                         echo "<p dir='ltr' style='text-align:left;'>";
                         echo "<b><a href=\"" . $item['link'] . '" style="color: black;">' . htmlentities($item['title'], ENT_COMPAT, "UTF-8") . "</a></b></p>";
-                        echo '<p dir='ltr' style="border-bottom: 1px dashed #CCC;padding-bottom:5px;margin-bottom:5px; text-align:left;">';
+                        echo '<p dir="ltr" style="border-bottom: 1px dashed #CCC;padding-bottom:5px;margin-bottom:5px; text-align:left;">';
                         echo substr(strip_tags(html_entity_decode($item['content']['encoded'], ENT_COMPAT, "UTF-8")), 0, $chars_per_entry);
                         echo "<a href=\"" . $item['link'] . "\">[...]</a><br/>";
                         echo "</p>";



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


More information about the www-doc mailing list