Skip to content

Commit

Permalink
Merge pull request kandanapp#107 from donthorp/issue-106
Browse files Browse the repository at this point in the history
Fixes kandanapp#106. =) shows wrong graphic
  • Loading branch information
fusion94 committed Feb 22, 2013
2 parents 109ed73 + 39d2e95 commit ac12613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 ac12613

Please sign in to comment.