From d632df320ad479ff9ab74fb5dcb54e090bfd22d2 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 20 Oct 2013 13:15:37 +0200 Subject: [PATCH] Apparently only one atom:content is allowed --- lib/activityobject.php | 5 ----- 1 file changed, 5 deletions(-) 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)) { -- 2.39.2