don't duplicate title in summary in Atom output per RFC4287 4.2.13

This commit is contained in:
Evan Prodromou 2010-03-02 03:13:05 -05:00
parent 2526a5ae94
commit 40ac724797
1 changed files with 0 additions and 1 deletions

View File

@ -1134,7 +1134,6 @@ class Notice extends Memcached_DataObject
}
$xs->element('title', null, $this->content);
$xs->element('summary', null, $this->content);
if ($author) {
$xs->raw($profile->asAtomAuthor());