]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Apparently only one atom:content is allowed
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 20 Oct 2013 11:15:37 +0000 (13:15 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 20 Oct 2013 11:15:37 +0000 (13:15 +0200)
lib/activityobject.php

index 530c9aba15c44c7f45266e6ed9fb59811720300f..7af8a821950fece1516c7562f15e63650a44861f 100644 (file)
@@ -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)) {