Changeset 6204
- Timestamp:
- 06/07/08 18:04:14 (6 months ago)
- Files:
-
- 1 modified
-
trunk/lib/model/blog.feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/model/blog.feed.php
r6202 r6204 493 493 echo ' <link rel="alternate" type="text/html" href="', $item['link'], '" />', CRLF; 494 494 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; 496 496 } 497 497 foreach ($item['categories'] as $category) {
