mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Fix #872 remove CDATA from RSS/Atom feeds
This commit is contained in:
parent
4904ca5155
commit
f7915f8204
5 changed files with 27 additions and 27 deletions
|
|
@ -157,7 +157,7 @@ class rssView extends rss
|
|||
$info->date = date('Y-m-d\TH:i:sP');
|
||||
break;
|
||||
default:
|
||||
$info->date = date("D, d M Y H:i:s").' '.$GLOBALS['_time_zone'];
|
||||
$info->date = date("r");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue