X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivityobject.php;h=c957933d04bff8c2e11ba75552e58faeaabe4b81;hb=1acc7d66c63e0b9f794791e3a2e2b0f60bc2ebb1;hp=95615d581c8266537e02f1145176b08a048d9b2e;hpb=42dd460d3b9aa9a8ad147d00de9b6c8e209ab4e9;p=quix0rs-gnu-social.git diff --git a/lib/activityobject.php b/lib/activityobject.php index 95615d581c..c957933d04 100644 --- a/lib/activityobject.php +++ b/lib/activityobject.php @@ -203,7 +203,7 @@ class ActivityObject $title = ActivityUtils::childHtmlContent($element, self::TITLE); - $this->title = html_entity_decode(strip_tags($title)); + $this->title = html_entity_decode(strip_tags($title), ENT_QUOTES, 'UTF-8'); $this->source = $this->_getSource($element);