Skip to content

Commit 687e971

Browse files
authored
Update modules/ROOT/partials/configuration/pagebreak_separator.adoc
1 parent 9246cb8 commit 687e971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/configuration/pagebreak_separator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ tinymce.init({
1313
selector: 'textarea', // change this value according to your HTML
1414
plugins: 'pagebreak',
1515
toolbar: 'pagebreak',
16-
pagebreak_separator: '<div style=”page-break-after: all”>My page break</div>'
16+
pagebreak_separator: '<div style="break-after: page">My page break</div>'
1717
});
1818
----

0 commit comments

Comments
 (0)