mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#17625594 atom 형식 틀린 것 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5314 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eea218610c
commit
dbe08ac9aa
1 changed files with 3 additions and 1 deletions
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title type="text">{$info->title}</title>
|
||||
<!--@if($info->description)-->
|
||||
<subtitle type="html">{str_replace('\'', ''', htmlspecialchars($info->description))}</subtitle>
|
||||
<updated>{$info->date}</updated>
|
||||
<!--@end-->
|
||||
<updated>{date('Y-m-d\TH:i:sP')}</updated>
|
||||
<id>{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'))}</id>
|
||||
<link rel="alternate" type="text/html" hreflang="{$info->language}" href="{$info->link}"/>
|
||||
<link rel="self" type="application/atom+xml" href="{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'))}"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue