diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/activityobject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/activityobject.php b/lib/activityobject.php index 95615d581..c957933d0 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); |