Index: /CKEditor/trunk/_samples/sharedspaces.html
===================================================================
--- /CKEditor/trunk/_samples/sharedspaces.html	(revision 4884)
+++ /CKEditor/trunk/_samples/sharedspaces.html	(revision 4885)
@@ -102,32 +102,32 @@
 			} );
 
-			CKEDITOR.replace( 'editor2',
+		CKEDITOR.replace( 'editor2',
+			{
+				sharedSpaces :
 				{
-					sharedSpaces :
-					{
-						top : 'topSpace',
-						bottom : 'bottomSpace'
-					},
+					top : 'topSpace',
+					bottom : 'bottomSpace'
+				},
 
-					// Removes the maximize plugin as it's not usable
-					// in a shared toolbar.
-					// Removes the resizer as it's not usable in a
-					// shared elements path.
-					removePlugins : 'maximize,resize'
-				} );
+				// Removes the maximize plugin as it's not usable
+				// in a shared toolbar.
+				// Removes the resizer as it's not usable in a
+				// shared elements path.
+				removePlugins : 'maximize,resize'
+			} );
 
-			CKEDITOR.replace( 'editor3',
+		CKEDITOR.replace( 'editor3',
+			{
+				sharedSpaces :
 				{
-					sharedSpaces :
-					{
-						top : 'topSpace'
-					},
+					top : 'topSpace'
+				},
 
-					// Removes the maximize plugin as it's not usable
-					// in a shared toolbar.
-					removePlugins : 'maximize'
-				} );
+				// Removes the maximize plugin as it's not usable
+				// in a shared toolbar.
+				removePlugins : 'maximize'
+			} );
 
-			CKEDITOR.replace( 'editor4' );
+		CKEDITOR.replace( 'editor4' );
 	//]]>
 	</script>
