From: Thomas Willingham Date: Sat, 5 May 2012 22:41:55 +0000 (+0100) Subject: Another regex problem with the smileys fixed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=98dc0c512cbaeb0b20c1dda74e2f684519d3d308;p=friendica-addons.git Another regex problem with the smileys fixed. --- diff --git a/smiley_pack/smiley_pack.php b/smiley_pack/smiley_pack.php index 533ebbb1..ed4d0e65 100644 --- a/smiley_pack/smiley_pack.php +++ b/smiley_pack/smiley_pack.php @@ -214,8 +214,8 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':basketball'; $b['icons'][] = '' . ':basketball' . ''; - $b['texts'][] = ':bowling'; - $b['icons'][] = '' . ':bowling' . ''; + $b['texts'][] = '~bowling'; + $b['icons'][] = '' . '~bowling' . ''; $b['texts'][] = ':cycling'; $b['icons'][] = '' . ':cycling' . '';