mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
fix r5307
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5308 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eaa5f6b0fa
commit
2f81632dc6
1 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<channel>
|
<channel>
|
||||||
<title>{$info->title}</title>
|
<title>{$info->title}</title>
|
||||||
<link>{$info->link}</link>
|
<link>{$info->link}</link>
|
||||||
<description>{htmlspecialchars(str_replace('\'', ''',$info->description))}</description>
|
<description>{str_replace('\'', ''', htmlspecialchars($info->description))}</description>
|
||||||
<language>{$info->language}</language>
|
<language>{$info->language}</language>
|
||||||
<pubDate>{$info->date}</pubDate>
|
<pubDate>{$info->date}</pubDate>
|
||||||
<totalCount>{$info->total_count}</totalCount>
|
<totalCount>{$info->total_count}</totalCount>
|
||||||
|
|
@ -14,13 +14,13 @@
|
||||||
<author>{str_replace('\'', ''',$oDocument->getNickName())}</author>
|
<author>{str_replace('\'', ''',$oDocument->getNickName())}</author>
|
||||||
<link>{$oDocument->getPermanentUrl()}</link>
|
<link>{$oDocument->getPermanentUrl()}</link>
|
||||||
<!--@if($rss_config[$oDocument->get('module_srl')]=='Y')-->
|
<!--@if($rss_config[$oDocument->get('module_srl')]=='Y')-->
|
||||||
<description>{htmlspecialchars(str_replace('\'', ''',$oDocument->getContent(false,false,true)))}</description>
|
<description>{str_replace('\'', ''', htmlspecialchars($oDocument->getContent(false,false,true)))}</description>
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
<description>{htmlspecialchars(str_replace('\'', ''',$oDocument->getContentText(100)))}</description>
|
<description>{str_replace('\'', ''', htmlspecialchars($oDocument->getContentText(100)))}</description>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
|
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
|
||||||
<!--@foreach($oDocument->get('tag_list') as $tag)-->
|
<!--@foreach($oDocument->get('tag_list') as $tag)-->
|
||||||
<category>{htmlspecialchars(str_replace('\'', ''',$tag))}</category>
|
<category>{str_replace('\'', ''', htmlspecialchars($tag))}</category>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</item>
|
</item>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue