mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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>
|
||||
<title>{$info->title}</title>
|
||||
<link>{$info->link}</link>
|
||||
<description>{htmlspecialchars(str_replace('\'', ''',$info->description))}</description>
|
||||
<description>{str_replace('\'', ''', htmlspecialchars($info->description))}</description>
|
||||
<language>{$info->language}</language>
|
||||
<pubDate>{$info->date}</pubDate>
|
||||
<totalCount>{$info->total_count}</totalCount>
|
||||
|
|
@ -14,13 +14,13 @@
|
|||
<author>{str_replace('\'', ''',$oDocument->getNickName())}</author>
|
||||
<link>{$oDocument->getPermanentUrl()}</link>
|
||||
<!--@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-->
|
||||
<description>{htmlspecialchars(str_replace('\'', ''',$oDocument->getContentText(100)))}</description>
|
||||
<description>{str_replace('\'', ''', htmlspecialchars($oDocument->getContentText(100)))}</description>
|
||||
<!--@end-->
|
||||
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
|
||||
<!--@foreach($oDocument->get('tag_list') as $tag)-->
|
||||
<category>{htmlspecialchars(str_replace('\'', ''',$tag))}</category>
|
||||
<category>{str_replace('\'', ''', htmlspecialchars($tag))}</category>
|
||||
<!--@end-->
|
||||
</item>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue