Show
Ignore:
Timestamp:
10/01/08 08:02:29 (3 months ago)
Author:
anatoo
Message:

テンプレート周りいじった

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/plain_php/trunk/core/RssRenderer.php

    r20336 r20339  
    55    function render(RssResponse $r) 
    66    { 
    7         header('Content-type: text/xml; charset=UTF-8'); 
     7        header('Content-type: application/rss+xml; charset=UTF-8'); 
    88         
    99        list($title, $link, $desc) = $r->getChannel();