Index: trunk/admin/editor/FCKeditor/fckeditor.php =================================================================== diff -u -N -r2853 -r5558 --- trunk/admin/editor/FCKeditor/fckeditor.php (.../fckeditor.php) (revision 2853) +++ trunk/admin/editor/FCKeditor/fckeditor.php (.../fckeditor.php) (revision 5558) @@ -6,7 +6,7 @@ * Licensed under the terms of the GNU Lesser General Public License * (http://www.opensource.org/licenses/lgpl-license.php) * - * For further information go to http://www.fredck.com/FCKeditor/ + * For further information go to http://www.fredck.com/FCKeditor/ * or contact fckeditor@fredck.com. * * fckeditor.php: PHP pages integration. @@ -42,20 +42,20 @@ $this->CanUpload = 'none' ; $this->CanBrowse = 'none' ; } - + function CreateFCKeditor($instanceName, $width, $height) { echo $this->ReturnFCKeditor($instanceName, $width, $height) ; } - + function ReturnFCKeditor($instanceName, $width, $height) { // $grstr = htmlentities( $this->Value ) ; $grstr = htmlspecialchars( $this->Value ) ; $strEditor = "" ; - + if ( $this->IsCompatible() ) { global $FCKeditorBasePath ; @@ -87,10 +87,10 @@ { $strEditor .= "" ; } - + return $strEditor; } - + function IsCompatible() { $sAgent = $_SERVER['HTTP_USER_AGENT'] ;