diff --git a/public/js/legacy/widgets/form/print_format.js b/public/js/legacy/widgets/form/print_format.js index 077b5c9daa..11ff45c1d9 100644 --- a/public/js/legacy/widgets/form/print_format.js +++ b/public/js/legacy/widgets/form/print_format.js @@ -150,7 +150,7 @@ $.extend(_p, { return; } args.onload(_p.render({ - body: print_format_doc, + body: print_format_doc.html, style: '', doc: doc, title: doc.name,