Browse Source

[hot] ignoring loading errors causes background images to not load

version-14
Rushabh Mehta 8 years ago
parent
commit
ea9c92daa5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/utils/pdf.py

+ 1
- 1
frappe/utils/pdf.py View File

@@ -51,7 +51,7 @@ def prepare_options(html, options):
'quiet': None,
# 'no-outline': None,
'encoding': "UTF-8",
'load-error-handling': 'ignore',
#'load-error-handling': 'ignore',

# defaults
'margin-right': '15mm',


Loading…
Cancel
Save