Fix #872 remove CDATA from RSS/Atom feeds

This commit is contained in:
Kijin Sung 2017-07-10 22:35:23 +09:00
parent 4904ca5155
commit f7915f8204
5 changed files with 27 additions and 27 deletions

View file

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