Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 22, 2016
1 parent da534bd commit 3efcc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/compile/rest/chart.py
Expand Up @@ -167,6 +167,7 @@ def _gen_chart(chart_type, **_options):
return '<div class="text-error">{0}</div>'.format(msg)
options = {}
data = _options.pop('data')
_options.pop('post', None)
_options.pop('site')
if 'style' in _options:
style_name = _options.pop('style')
Expand Down

0 comments on commit 3efcc1c

Please sign in to comment.