From: Mikael Nordfeldth Date: Sun, 20 Oct 2013 11:15:37 +0000 (+0200) Subject: Apparently only one atom:content is allowed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d632df320ad479ff9ab74fb5dcb54e090bfd22d2;p=quix0rs-gnu-social.git Apparently only one atom:content is allowed --- diff --git a/lib/activityobject.php b/lib/activityobject.php index 530c9aba15..7af8a82195 100644 --- a/lib/activityobject.php +++ b/lib/activityobject.php @@ -701,11 +701,6 @@ class ActivityObject array('type' => 'html'), common_xml_safe_str($this->content) ); - $xo->element( - ActivityUtils::CONTENT, - array('type' => 'text'), - html_entity_decode(strip_tags($this->content), ENT_QUOTES, 'UTF-8') - ); } if (!empty($this->link)) {