Skip to content

Commit

Permalink
bugfix on stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
PidgeyL committed Feb 17, 2016
1 parent 60491ff commit 457f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDFParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def pdfify(enhanced, output):

enhanced["appendixes"]=appendixes
html_out = template.render(enhanced)
HTML(string=html_out).write_pdf(output, stylesheets=stylesheets)
HTML(string=html_out).write_pdf(output, stylesheets=[stylesheets])

def product(banner):
if banner:
Expand Down

0 comments on commit 457f514

Please sign in to comment.