Jeremy Newman : fix typo

Jeremy Newman jnewman at wine.codeweavers.com
Fri Nov 21 13:05:07 CST 2014


Module: website
Branch: master
Commit: 69beaf110089cd1bd0ee968abd525718e0bb5073
URL:    http://source.winehq.org/git/website.git/?a=commit;h=69beaf110089cd1bd0ee968abd525718e0bb5073

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Nov 21 13:04:43 2014 -0600

fix typo

---

 include/plugins/news.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/plugins/news.php b/include/plugins/news.php
index aae63d2..a42c9fc 100644
--- a/include/plugins/news.php
+++ b/include/plugins/news.php
@@ -111,7 +111,7 @@ switch (true)
         unset($c);
         $rss = array(
                         'rss_date'  => date("r", $top_date),
-                        'rss_title' => "{$config->site_name News",
+                        'rss_title' => "{$config->site_name} News",
                         'rss_link'  => "{$config->base_url}news/rss/",
                         'rss_img'   => "https://media.codeweavers.com/pub/crossover/marketing/og/wine-hq-announcement.png",
                         'rss_desc'  => 'News and information about Wine',




More information about the wine-cvs mailing list