Skip to content

Commit

Permalink
Remove unnecessary newline
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 19, 2017
1 parent 0a649f4 commit e02b4e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/shortcode/thumbnail.py
Expand Up @@ -56,5 +56,4 @@ def handler(self, uri, alt=None, align=None, target=None, site=None, data=None,
elif data:
output = '<div class="figure">{0}{1}</div>'.format(output, data)


return output, []

0 comments on commit e02b4e8

Please sign in to comment.