# HG changeset patch # User Christophe Lincoln # Date 1334489557 -7200 # Node ID 95a0c8514de57642a80cc04d765eb8a1e1f07c2f # Parent 0b6bcc3f92c845a6bcd3c832c0105eab9b65c04e New sponsor: webconverger.com :-) diff -r 0b6bcc3f92c8 -r 95a0c8514de5 en/sponsor/index.php --- a/en/sponsor/index.php Sat Apr 14 22:09:38 2012 +0000 +++ b/en/sponsor/index.php Sun Apr 15 13:32:37 2012 +0200 @@ -152,6 +152,18 @@ at COSI for the support and fast response to any of our requests. + + + Webconverger Project + + + The Webconverger project monetary sponsors the SliTaz project + via a mouthly donation. Hugs the the the Webconverger team for + the support. + + diff -r 0b6bcc3f92c8 -r 95a0c8514de5 images/sponsor/webconverger.png Binary file images/sponsor/webconverger.png has changed diff -r 0b6bcc3f92c8 -r 95a0c8514de5 lib/get-feeds.php --- a/lib/get-feeds.php Sat Apr 14 22:09:38 2012 +0000 +++ b/lib/get-feeds.php Sun Apr 15 13:32:37 2012 +0200 @@ -54,8 +54,9 @@ $entries = 4; // have the page displayed even if any xml file if ( ! file_exists("$cache/$feed")) { - echo "

\n
\n"; + echo "
\n"; echo "Missing feed: $cache/$feed\n"; + echo "
\n"; } else { $content = file_get_contents("$cache/$feed");