Skip to content

Commit

Permalink
Fix trigger text for happy fave graphic with equal sign and right par…
Browse files Browse the repository at this point in the history
…enthesis
  • Loading branch information
tdm00 committed Feb 24, 2013
1 parent d5fe480 commit c5b055a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ class Kandan.Plugins.Emoticons
":(" : { src : "sad.png", css : "small", title : "sad"},
"=(" : { src : "sad.png", css : "small", title : "sad"},
":)" : { src : "happy.png", css : "small", title : "happy"},
":)" : { src : "happy.png", css : "small", title : "happy"},
"=)" : { src : "happy.png", css : "small", title : "happy"},
":p" : { src : "tongue.png", css : "small", title : ":p"},
"=p" : { src : "tongue.png", css : "small", title : "=p"},
":bowtie:" : { src : "emojis/bowtie.png", css : "small", title : "bowtie"},
Expand Down

0 comments on commit c5b055a

Please sign in to comment.