Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed May 9, 2017
1 parent c5b86a4 commit 8740351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/shortcode/emoji/__init__.py
Expand Up @@ -36,7 +36,7 @@ class Plugin(ShortcodePlugin):
def handler(self, name, filename=None, site=None, data=None, lang=None, post=None):
"""Create HTML for emoji."""
if not TABLE:
self._populate()
_populate()
try:
output = '''<span class="emoji">{}</span>'''.format(TABLE[name])
except KeyError:
Expand Down

0 comments on commit 8740351

Please sign in to comment.