Skip to content

Commit

Permalink
Fixes #106. =) shows wrong graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
donthorp committed Feb 22, 2013
1 parent f875d9e commit 1d3f3e5
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 : "sad.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 1d3f3e5

Please sign in to comment.