Index: _whatsnew.html
===================================================================
--- _whatsnew.html	(revision 2174)
+++ _whatsnew.html	(working copy)
@@ -76,6 +76,8 @@
 			about Firefox 3's strict origin policy.</li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved the
 			garbage filter in Paste from Word dialog.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed invalid HTML
+			in the Paste dialog.</li>
 	</ul>
 	<p>
 		<a href="_whatsnew_history.html">See previous versions history</a></p>
Index: editor/dialog/fck_paste.html
===================================================================
--- editor/dialog/fck_paste.html	(revision 2174)
+++ editor/dialog/fck_paste.html	(working copy)
@@ -64,7 +64,7 @@
 
 		var eFrameSpace = document.getElementById( 'xFrameSpace' ) ;
 		eFrameSpace.innerHTML = '<iframe id="frmData" src="' + sFrameUrl + '" ' +
-					'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"></iframe>' ;
+					'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"><\/iframe>' ;
 
 		var oFrame = eFrameSpace.firstChild ;
 
