Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Mar 15, 2018
1 parent 05f6720 commit 289fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/emoji/emoji.py
Expand Up @@ -935,7 +935,7 @@ def apply(self, **kwargs):
refname = ref['refname']
if refname in to_handle:
node = nodes.image(
uri='https://cdnjs.cloudflare.com/ajax/libs/emojify.js/1.1.0/images/basic/{0}.png'.format(refname)
uri='https://cdnjs.cloudflare.com/ajax/libs/emojify.js/1.1.0/images/basic/{0}.png'.format(refname),
alt=refname,
classes=['emoji'],
height="24px",
Expand Down

0 comments on commit 289fc52

Please sign in to comment.