fix another typo which introduced in #545

pull/554/head
n0099 2022-11-19 06:08:20 +08:00 committed by GitHub
parent 5ac0234c68
commit b6e105d97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
* @version 2022.01.26
*/
$smilies = join("\n", array_map(function ($s) {
return '<a href="javascript:grin(\':' . $s . ':\')"><img src="'
. apply_filter('smilies_src', ASSET_PATH . "/assets/img/smilies/{$s}.png", "{$s}.png", site_url())
. '" alt="' . $s . '" class="d-block"/></a>';
return '<a href="javascript:grin(\':' . $s . ':\')"><img class="d-block" src="'
. apply_filters('smilies_src', ASSET_PATH . "/assets/img/smilies/{$s}.png", "{$s}.png", site_url())
. " alt='{$s}'></a>";
}, [
'razz',
'evil',