forked from GNUsocial/gnu-social
don't duplicate title in summary in Atom output per RFC4287 4.2.13
This commit is contained in:
parent
2526a5ae94
commit
40ac724797
@ -1134,7 +1134,6 @@ class Notice extends Memcached_DataObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$xs->element('title', null, $this->content);
|
$xs->element('title', null, $this->content);
|
||||||
$xs->element('summary', null, $this->content);
|
|
||||||
|
|
||||||
if ($author) {
|
if ($author) {
|
||||||
$xs->raw($profile->asAtomAuthor());
|
$xs->raw($profile->asAtomAuthor());
|
||||||
|
Loading…
Reference in New Issue
Block a user