mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix syntax error in emoticon component
This commit is contained in:
parent
5e38bd8162
commit
b7856e5683
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class emoticon extends EditorHandler
|
|||
$output[] = array(
|
||||
'url' => $emoticon_url . $file_name,
|
||||
'width' => $file_width,
|
||||
'height' => file_height,
|
||||
'height' => $file_height,
|
||||
'svg' => file_exists(sprintf('%s/svg/%s', $emoticon_path, $svg_name)) ? ($emoticon_url . 'svg/' . $svg_name) : '',
|
||||
'alt' => $file_name,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue