diff options
author | Evan Prodromou <evan@status.net> | 2010-03-02 03:13:05 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-02 03:13:05 -0500 |
commit | 40ac7247979dc6f33f56b20c907d55deb6b9c815 (patch) | |
tree | ec6cd3e1db99b0a34635e4a1626dc742de9eef2d /classes/Notice.php | |
parent | 2526a5ae94df92afc667f6e50c51843a7b346586 (diff) |
don't duplicate title in summary in Atom output per RFC4287 4.2.13
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 4b5dbb416..c31d8bd69 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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()); |