From: Thomas Willingham Date: Tue, 5 Jun 2012 21:02:24 +0000 (+0100) Subject: Smileypack - fix multilingual regex headache. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2be2adbb8eca2c931adeeb99f25f32c333b901cb;p=friendica-addons.git Smileypack - fix multilingual regex headache. --- diff --git a/smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php b/smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php index 8623157c..fb6faee2 100644 --- a/smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php +++ b/smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php @@ -389,8 +389,8 @@ function smiley_pack_fr_smilies(&$a,&$b) { $b['texts'][] = ':carotte'; $b['icons'][] = '' . ':carotte' . ''; - $b['texts'][] = ':popcorn'; - $b['icons'][] = '' . ':popcorn' . ''; + $b['texts'][] = '~popcorn'; + $b['icons'][] = '' . '~popcorn' . ''; $b['texts'][] = ':tomate'; $b['icons'][] = '' . ':tomate' . '';