Skip to content

Commit

Permalink
Merge pull request Kozea#296 from chartique/ci_fix
Browse files Browse the repository at this point in the history
Fixed CI to be reactive.
  • Loading branch information
paradoxxxzero committed Feb 23, 2016
2 parents 0e165e9 + 6c9f257 commit dad36c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygal/svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def confidence_interval(self, node, x, low, high, width=7):
top, shr(top), top, shl(top), top,
bottom, shr(bottom), bottom, shl(bottom)
))
), class_='nofill'
), class_='nofill reactive'
)

def pre_render(self):
Expand Down

0 comments on commit dad36c2

Please sign in to comment.