From dbe08ac9aa78176759059df472724e53481c5480 Mon Sep 17 00:00:00 2001 From: misol Date: Sun, 11 Jan 2009 06:15:10 +0000 Subject: [PATCH] =?UTF-8?q?#17625594=20atom=20=ED=98=95=EC=8B=9D=20?= =?UTF-8?q?=ED=8B=80=EB=A6=B0=20=EA=B2=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5314 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/rss/tpl/atom10.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/rss/tpl/atom10.html b/modules/rss/tpl/atom10.html index 312a0b524..9dc4fe800 100644 --- a/modules/rss/tpl/atom10.html +++ b/modules/rss/tpl/atom10.html @@ -2,8 +2,10 @@ {$info->title} + {str_replace('\'', ''', htmlspecialchars($info->description))} - {$info->date} + + {date('Y-m-d\TH:i:sP')} {getUrl('','mid',$mid,'module','rss','act','rss','format','atom1.0','page',Context::get('page'),'start_date',Context::get('start_date'),'end_date',Context::get('end_date'))}