Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7064)
+++ /CKEditor/trunk/CHANGES.html	(revision 7065)
@@ -1,3 +1,3 @@
-﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
@@ -98,5 +98,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/7566">#7566</a> : BiDi: Increasing indentation of a list item changes the language direction.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7839">#7839</a> : [IE] Pasting multi-level numbered lists from Microsoft Word does not work properly.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/188">#188</a> : [IE] Object selection was making the toolbar inactive in some situations.</li> 
+		<li><a href="http://dev.ckeditor.com/ticket/188">#188</a> : [IE] Object selection was making the toolbar inactive in some situations.</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/core/dom/node.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/node.js	(revision 7064)
+++ /CKEditor/trunk/_source/core/dom/node.js	(revision 7065)
@@ -656,5 +656,5 @@
 		/**
 		 * Checks if this node is read-only (should not be changed). Additionally
-		 * it returns the element that defines the read-only state of this node 
+		 * it returns the element that defines the read-only state of this node
 		 * (if present). It may be the node itself or any of its parent
 		 * nodes.
Index: /CKEditor/trunk/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/dialog/plugin.js	(revision 7064)
+++ /CKEditor/trunk/_source/plugins/dialog/plugin.js	(revision 7065)
@@ -312,5 +312,5 @@
 								evt.stop();
 							}
-							
+
 							handleFieldValidated.call( item, !invalid, typeof retval == 'string' ? retval : undefined );
 							return invalid;
Index: /CKEditor/trunk/_source/plugins/fakeobjects/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/fakeobjects/plugin.js	(revision 7064)
+++ /CKEditor/trunk/_source/plugins/fakeobjects/plugin.js	(revision 7065)
@@ -169,5 +169,5 @@
 			height && element.setAttribute( 'height', replaceCssLength( element.getAttribute( 'height' ), height ) );
 		}
-		
+
 		return element;
 	};
