Index: /CKEditor/branches/prototype/_source/core/config.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/config.js	(revision 2878)
+++ /CKEditor/branches/prototype/_source/core/config.js	(revision 2879)
@@ -314,5 +314,5 @@
 				langCode : '',
 				charset : '',
-				style : '',
+				style : ''
 			}
 		},
@@ -362,7 +362,8 @@
 			defaultValues :
 			{
+				uploadTab : true,
 				uploadAction : 'nowhere.php',
-				formEncoding : '',
-				buttonType : 'button'
+				browseServer : true,
+				showAdvancedTab : true
 			}
 		},
@@ -383,5 +384,5 @@
 				summary : ''			
 			}
-		},	
+		},
 		print :
 		{
Index: /CKEditor/branches/prototype/_source/plugins/specialchar/dialogs/specialchar.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/specialchar/dialogs/specialchar.js	(revision 2878)
+++ /CKEditor/branches/prototype/_source/plugins/specialchar/dialogs/specialchar.js	(revision 2879)
@@ -29,5 +29,6 @@
 		onLoad :  function()
 		{
-			html = [ '<table style="width: 320px; height: 100%; border-collapse: separate;" align="center" cellspacing="2" cellpadding="2" border="0">' ];
+			var html = new Array();
+			html.push( '<table style="width: 320px; height: 100%; border-collapse: separate;" align="center" cellspacing="2" cellpadding="2" border="0">' );
 			html.push( '<tbody>' );
 
@@ -134,5 +135,5 @@
 									{
 										type : 'html',
-										html : '<div></div>',
+										html : '<div></div>'
 									},
 									{
@@ -140,5 +141,5 @@
 										id : 'charPreview',
 										style : 'border:1px solid #eeeeee;background-color:#EAEAD1;font-size:28px;height:40px;padding-top:9px;font-family:\'Microsoft Sans Serif\',Arial,Helvetica,Verdana;text-align:center;',
-										html : '<div>&nbsp;</div>',
+										html : '<div>&nbsp;</div>'
 									},
 									{
@@ -146,5 +147,5 @@
 										id : 'htmlPreview',
 										style : 'border:1px solid #eeeeee;background-color:#EAEAD1;font-size:14px;height:20px;padding-top:2px;font-family:\'Microsoft Sans Serif\',Arial,Helvetica,Verdana;text-align:center;',
-										html : '<div>&nbsp;</div>',
+										html : '<div>&nbsp;</div>'
 									}
 								]
