mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
게시글의 태그에 & 등의 문자가 있을 경우 RSS 문서 오류가 생기는 문제를 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4069 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c420d3191f
commit
29f9b4ce49
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<!--@end-->
|
||||
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
|
||||
<!--@foreach($oDocument->get('tag_list') as $tag)-->
|
||||
<category>{$tag}</category>
|
||||
<category><![CDATA[{$tag}]]></category>
|
||||
<!--@end-->
|
||||
</item>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue