Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6824)
+++ /CKEditor/trunk/CHANGES.html	(revision 6825)
@@ -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.
Index: /CKEditor/trunk/_dev/docs_build/template/publish.js
===================================================================
--- /CKEditor/trunk/_dev/docs_build/template/publish.js	(revision 6824)
+++ /CKEditor/trunk/_dev/docs_build/template/publish.js	(revision 6825)
@@ -1,3 +1,3 @@
-/** Called automatically by JsDoc Toolkit. */
+﻿/** Called automatically by JsDoc Toolkit. */
 function publish(symbolSet) {
 	publish.conf = {  // trailing slash expected for dirs
Index: /CKEditor/trunk/_source/core/plugindefinition.js
===================================================================
--- /CKEditor/trunk/_source/core/plugindefinition.js	(revision 6824)
+++ /CKEditor/trunk/_source/core/plugindefinition.js	(revision 6825)
@@ -32,9 +32,9 @@
 
 /**
- * A list of language files available for this plugin. These files are stored inside 
- * the "lang" directory, which is inside the plugin directory, follow the name 
+ * A list of language files available for this plugin. These files are stored inside
+ * the "lang" directory, which is inside the plugin directory, follow the name
  * pattern of "langCode.js", and contain a language definition created with {@link CKEDITOR.pluginDefinition#setLang}.
  * While the plugin is being loaded, the editor checks this list to see if
- * a language file of the current editor language ({@link CKEDITOR.editor#langCode}) 
+ * a language file of the current editor language ({@link CKEDITOR.editor#langCode})
  * is available, and if so, loads it. Otherwise, the file represented by the first list item
  * in the list is loaded.
Index: /CKEditor/trunk/_source/plugins/clipboard/dialogs/paste.js
===================================================================
--- /CKEditor/trunk/_source/plugins/clipboard/dialogs/paste.js	(revision 6824)
+++ /CKEditor/trunk/_source/plugins/clipboard/dialogs/paste.js	(revision 6825)
@@ -122,5 +122,5 @@
 						{
 							var dialog = this.getDialog();
-							var htmlToLoad = 
+							var htmlToLoad =
 								'<html dir="' + editor.config.contentsLangDirection + '"' +
 								' lang="' + ( editor.config.contentsLanguage || editor.langCode ) + '">' +
@@ -209,5 +209,5 @@
 							bogus && bogus.remove();
 
-							// Saving the contents so changes until paste is complete will not take place (#7500) 
+							// Saving the contents so changes until paste is complete will not take place (#7500)
 							html = body.getHtml();
 
Index: /CKEditor/trunk/_source/plugins/justify/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/justify/plugin.js	(revision 6824)
+++ /CKEditor/trunk/_source/plugins/justify/plugin.js	(revision 6825)
