diff --git a/lib/XRay/Formats/ActivityStreams.php b/lib/XRay/Formats/ActivityStreams.php index 2d833e1..8dc5fee 100644 --- a/lib/XRay/Formats/ActivityStreams.php +++ b/lib/XRay/Formats/ActivityStreams.php @@ -114,7 +114,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']); } } }