mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
RSS2.0 Spec 맞추기
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5359 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08c88c926c
commit
11df94acee
1 changed files with 1 additions and 2 deletions
|
|
@ -7,12 +7,11 @@
|
|||
<description>{str_replace('\'', ''', htmlspecialchars($info->description))}</description>
|
||||
<language>{$info->language}</language>
|
||||
<pubDate>{$info->date}</pubDate>
|
||||
<totalCount>{$info->total_count}</totalCount>
|
||||
<generator>XpressEngine {__ZBXE_VERSION__}</generator>
|
||||
<!--@foreach($document_list as $oDocument)-->
|
||||
<item>
|
||||
<title>{str_replace('\'', ''',$oDocument->getTitle())}</title>
|
||||
<author>{str_replace('\'', ''',$oDocument->getNickName())}</author>
|
||||
<dc:creator>{str_replace('\'', ''',$oDocument->getNickName())}</dc:creator>
|
||||
<link>{$oDocument->getPermanentUrl()}</link>
|
||||
<guid isPermaLink="true">{$oDocument->getPermanentUrl()}</guid>
|
||||
<!--@if($oDocument->allowComment()) -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue