Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7387)
+++ /CKEditor/trunk/CHANGES.html	(revision 7388)
@@ -61,4 +61,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6308">#6308</a> : Fix vertical-only resize should not impose fix width on editor chrome.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/7360">#7360</a> : [Webkit] wysiwyg area in some conditions doesn't resize with the chrome.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/5527">#5527</a> : Don't encode "#" sent from the file browser.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/filebrowser/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/filebrowser/plugin.js	(revision 7387)
+++ /CKEditor/trunk/_source/plugins/filebrowser/plugin.js	(revision 7388)
@@ -322,5 +322,4 @@
 		var dialog = sourceElement.getDialog();
 		var targetElement = sourceElement.filebrowser.target || null;
-		url = url.replace( /#/g, '%23' );
 
 		// If there is a reference to targetElement, update it.
