From 2be2adbb8eca2c931adeeb99f25f32c333b901cb Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 5 Jun 2012 22:02:24 +0100 Subject: [PATCH] Smileypack - fix multilingual regex headache. --- smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' . '';