Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6929)
+++ /CKEditor/trunk/CHANGES.html	(revision 6930)
@@ -56,4 +56,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7840">#7840</a> : [IE] Opening the Table Properties dialog via the context menu caused a JS error.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7733">#7733</a> : Flash movies inserted with the flash dialog window were not displaying properly when injected to the page.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7844">#7844</a> : [IE&lt;8] Inserting a page break resulted in an error.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li>
Index: /CKEditor/trunk/_source/plugins/pagebreak/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/pagebreak/plugin.js	(revision 6929)
+++ /CKEditor/trunk/_source/plugins/pagebreak/plugin.js	(revision 6930)
@@ -131,5 +131,5 @@
 			'data-cke-display-name="pagebreak" ' +
 			'class="cke_pagebreak">' +
-			'</div>' );
+			'</div>', editor.document );
 
 		var ranges = editor.getSelection().getRanges( true );
