]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't duplicate title in summary in Atom output per RFC4287 4.2.13
authorEvan Prodromou <evan@status.net>
Tue, 2 Mar 2010 08:13:05 +0000 (03:13 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 2 Mar 2010 08:13:05 +0000 (03:13 -0500)
classes/Notice.php

index 4b5dbb416f68e5691b9c6f7244ebc1fae8ac02a2..c31d8bd69ef4b5453d487c2810d36d1b5bd13a1b 100644 (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());