Module: website Branch: master Commit: 4a3421b93a86ffdfccf5a01a20548a9138accdd9 URL: http://source.winehq.org/git/website.git/?a=commit;h=4a3421b93a86ffdfccf5a01... Author: hennr <hennr(a)hennr.name> Date: Wed Nov 3 10:54:16 2010 +0100 www-unknown: fixes the link to the rss feed Title says it all, also have a look at the bug report: http://bugs.winehq.org/show_bug.cgi?id=24865 Greetings Henner
From 8afa792bce0567209b1601b51ae98d1d87cc025c Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Peters <hennr(a)hennr.name> Date: Wed, 3 Nov 2010 10:28:23 +0100 Subject: fixes rss feed link
--- include/html.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/include/html.php b/include/html.php index 5d4ef31..2785d5f 100644 --- a/include/html.php +++ b/include/html.php @@ -71,8 +71,7 @@ class html // rss link if ($this->rss_link) - $rss_link = '<link rel="alternate" title="'.$title.' RSS" href="'.$this->rss_link.'" type="application/xml">'; - + $rss_link = '<link rel="alternate" title="'.$title.'RSS" href="'.$this->rss_link.'" type="application/rss+xml">'; // display page based on view mode switch ($this->_view_mode) {