diff --git a/lib/XRay/Formats/ActivityStreams.php b/lib/XRay/Formats/ActivityStreams.php index 7de9887..06bcf4e 100644 --- a/lib/XRay/Formats/ActivityStreams.php +++ b/lib/XRay/Formats/ActivityStreams.php @@ -118,7 +118,7 @@ class ActivityStreams extends Format { if(count($emoji) && isset($data['content']['html'])) { foreach($emoji as $code=>$img) { - $data['content']['html'] = str_replace($code, ''.$code.'', $data['content']['html']); + $data['content']['html'] = str_replace($code, ''.$code.'', $data['content']['html']); } } }