Index: /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php
===================================================================
--- /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php	(revision 543)
+++ /MediaWiki/trunk/extensions/FCKeditor/FCKeditor.body.php	(revision 544)
@@ -257,6 +257,4 @@
         global $wgFCKEditorExtDir, $wgFCKEditorDir, $wgFCKEditorHeight, $wgUser;
         global $wgStylePath, $wgStyleVersion;
-        
-        print "ONEDIT!!!!!";
         
         $options = new FCKeditorParserOptions();
Index: /MediaWiki/trunk/includes/EditPage.php
===================================================================
--- /MediaWiki/trunk/includes/EditPage.php	(revision 543)
+++ /MediaWiki/trunk/includes/EditPage.php	(revision 544)
@@ -1358,9 +1358,14 @@
 	 */
 	function getPreviewText() {
-		global $wgOut, $wgUser, $wgTitle, $wgParser;
+		global $wgOut, $wgUser, $wgTitle, $wgParser, $wgRequest;
 
 		$fname = 'EditPage::getPreviewText';
 		wfProfileIn( $fname );
 
+        if ($wgUser->getOption( 'showtoolbar' ) && !$wgUser->getOption( 'riched_disable' )) {
+		    $oldTextBox1 = $this->textbox1;
+		    $this->importFormData( $wgRequest );
+        }
+        
 		if ( $this->mTriedSave && !$this->mTokenOk ) {
 			$msg = 'session_fail_preview';
@@ -1421,6 +1426,9 @@
 
 			wfProfileOut( $fname );
+            if ($wgUser->getOption( 'showtoolbar' ) && !$wgUser->getOption( 'riched_disable' )) {
+	   	       $this->textbox1 = $oldTextBox1;
+            }
 			return $previewhead . $previewHTML;
-		}
+		}		
 	}
 
Index: /MediaWiki/trunk/skins/monobook/main.css
===================================================================
--- /MediaWiki/trunk/skins/monobook/main.css	(revision 543)
+++ /MediaWiki/trunk/skins/monobook/main.css	(revision 544)
@@ -54,5 +54,5 @@
 	font: x-small sans-serif;
 	background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
-	color: black;
+	color: green;
 	margin: 0;
 	padding: 0;
@@ -126,5 +126,5 @@
 
 h1, h2, h3, h4, h5, h6 {
-	color: black;
+	color: red;
 	background: none;
 	font-weight: normal;
