diff --git a/sites/all/modules/print/print_pdf/print_pdf.pages.inc b/sites/all/modules/print/print_pdf/print_pdf.pages.inc index a32102c..bc9e35a 100644 --- a/sites/all/modules/print/print_pdf/print_pdf.pages.inc +++ b/sites/all/modules/print/print_pdf/print_pdf.pages.inc @@ -388,7 +388,7 @@ function _print_pdf_wkhtmltopdf($print, $html, $filename = NULL) { $dpi = 96; if (function_exists('token_eplace') && !empty($print_pdf_wkhtmltopdf_options)) { - $print_pdf_wkhtmltopdf_options = token_replace($print_pdf_wkhtmltopdf_options, 'node', $print['node'], TOKEN_PREFIX, TOKEN_SUFFIX, array('clear' => TRUE)); + $print_pdf_wkhtmltopdf_options = token_replace($print_pdf_wkhtmltopdf_options, 'node', $print['node'], TOKEN_PREFIX, TOKEN_SUFFIX, array('clear' => FALSE)); } $version = _print_pdf_wkhtmltopdf_version();