Browse Source

change class for AS Emoji

pull/78/head v1.7.0
Aaron Parecki 5 years ago
parent
commit
e79872fd37
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/XRay/Formats/ActivityStreams.php

+ 1
- 1
lib/XRay/Formats/ActivityStreams.php View File

@ -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, '<img src="'.$img.'" alt="'.$code.'" title="'.$code.'" height="24" class="xray-custom-emoji">', $data['content']['html']);
$data['content']['html'] = str_replace($code, '<img src="'.$img.'" alt="'.$code.'" title="'.$code.'" height="24" class="xray-emoji">', $data['content']['html']);
}
}
}

Loading…
Cancel
Save