Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6269)
+++ /CKEditor/trunk/CHANGES.html	(revision 6270)
@@ -57,4 +57,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6715">#6715</a> : Doesn't get back to paragraph when removing list in table cell.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6695">#6695</a> : [Webkit] Display bug after editor restored from full screen mode.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6661">#6661</a> : [IE] Pre-formatted style doesn't preserve applied text direction.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/styles/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 6269)
+++ /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 6270)
@@ -1051,4 +1051,5 @@
 			temp.append( newBlock );
 			newBlock.$.outerHTML =  '<pre>' + preHtml + '</pre>';
+			newBlock.copyAttributes( temp.getFirst() );
 			newBlock = temp.getFirst().remove();
 		}
