fixes rss feed link

Jan-Hendrik Peters hennr at hennr.name
Wed Nov 3 04:28:23 CDT 2010


---

 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)
         {




More information about the wine-cvs mailing list