mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 14:53:54 +00:00
Smileypack - fix multilingual regex headache.
This commit is contained in:
parent
3bdee2c6da
commit
2be2adbb8e
1 changed files with 2 additions and 2 deletions
|
@ -389,8 +389,8 @@ function smiley_pack_fr_smilies(&$a,&$b) {
|
|||
$b['texts'][] = ':carotte';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/carrot.gif' . '" alt="' . ':carotte' . '" />';
|
||||
|
||||
$b['texts'][] = ':popcorn';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/popcorn.gif' . '" alt="' . ':popcorn' . '" />';
|
||||
$b['texts'][] = '~popcorn';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/popcorn.gif' . '" alt="' . '~popcorn' . '" />';
|
||||
|
||||
$b['texts'][] = ':tomate';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/tomato.gif' . '" alt="' . ':tomate' . '" />';
|
||||
|
|
Loading…
Reference in a new issue