Changeset 6204

Show
Ignore:
Timestamp:
06/07/08 18:04:14 (6 months ago)
Author:
inureyes
Message:

#193

  • 피드의 response의 링크에 /가 두 번 들어가는 문제 수정.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.feed.php

    r6202 r6204  
    493493        echo '    <link rel="alternate" type="text/html" href="', $item['link'], '" />', CRLF; 
    494494        if(isset($item['replies'])) { 
    495             echo '    <link rel="replies" type="application/atom+xml" href="', $data['channel']['link'], '/atom/response/', $item['id'], '" thr:count="', $item['replies']['count'] ,'"/>', CRLF; 
     495            echo '    <link rel="replies" type="application/atom+xml" href="', $data['channel']['link'], 'atom/response/', $item['id'], '" thr:count="', $item['replies']['count'] ,'"/>', CRLF; 
    496496        } 
    497497        foreach ($item['categories'] as $category) {