Skip to content

Commit

Permalink
Fix salesagility#4435 - TinyMCE pagebreaks work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorod authored and mattlorimer committed Oct 26, 2020
1 parent e20b85e commit 62e4605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/AOS_PDF_Templates/views/view.edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function displayTMCE()
strict_loading_mode : true,
convert_urls : false,
plugin_insertdate_dateFormat : '{DATE '+df+'}',
pagebreak_separator : "<pagebreak />",
pagebreak_separator : "<div style=\"page-break-before: always;\">&nbsp;</div>",
extended_valid_elements : "textblock,barcode[*]",
custom_elements: "textblock",
});
Expand Down

0 comments on commit 62e4605

Please sign in to comment.