게시글의 태그에 & 등의 문자가 있을 경우 RSS 문서 오류가 생기는 문제를 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4069 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-04-04 03:16:24 +00:00
parent c420d3191f
commit 29f9b4ce49

View file

@ -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-->