Smileypack - fix multilingual regex headache.

pull/57/merge
Thomas Willingham 2012-06-05 22:02:24 +01:00
parent 3bdee2c6da
commit 2be2adbb8e
1 changed files with 2 additions and 2 deletions

View File

@ -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' . '" />';