Index: lams_central/web/includes/javascript/fckcontroller.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckcontroller.js,v diff -u -r1.2 -r1.3 --- lams_central/web/includes/javascript/fckcontroller.js 26 Jul 2006 07:42:59 -0000 1.2 +++ lams_central/web/includes/javascript/fckcontroller.js 27 Jul 2006 04:04:44 -0000 1.3 @@ -79,7 +79,7 @@ fckFrameElement = document.getElementById("FCKeditor1___Frame"); if (size == "small") { fckFrameElement.style.height = "80px"; - wyswygEditorScreenElement.style.height = "100x"; + wyswygEditorScreenElement.style.height = "100px"; } else { fckFrameElement.style.height = "160px"; wyswygEditorScreenElement.style.height = "180px";