We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f404a commit 9246cb8Copy full SHA for 9246cb8
modules/ROOT/partials/configuration/pagebreak_separator.adoc
@@ -13,6 +13,6 @@ tinymce.init({
13
selector: 'textarea', // change this value according to your HTML
14
plugins: 'pagebreak',
15
toolbar: 'pagebreak',
16
- pagebreak_separator: '<div style=”page-break-after: all”>My page break</div>
+ pagebreak_separator: '<div style=”page-break-after: all”>My page break</div>'
17
});
18
----
0 commit comments