X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fpagebreak%2Fplugin.js;h=ac7653f3af90d76baa26d89e2bdce2d13e2695a6;hp=a1d31786bfcab5232303fc846c13b441e0724a19;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/plugins/pagebreak/plugin.js b/_source/plugins/pagebreak/plugin.js index a1d3178..ac7653f 100644 --- a/_source/plugins/pagebreak/plugin.js +++ b/_source/plugins/pagebreak/plugin.js @@ -130,7 +130,7 @@ CKEDITOR.plugins.pagebreakCmd = 'aria-label="'+ label + '" ' + 'data-cke-display-name="pagebreak" ' + 'class="cke_pagebreak">' + - '' ); + '', editor.document ); var ranges = editor.getSelection().getRanges( true );