diff -r 287faf79876f wiki/htdocs/common/js/common.js
--- a/wiki/htdocs/common/js/common.js	Sun Sep 06 15:12:11 2009 +0200
+++ b/wiki/htdocs/common/js/common.js	Sun Sep 06 15:57:29 2009 +0200
@@ -98,9 +98,6 @@
     if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9.5 )
         return true ;
 
-/*
-  // disable safari : until fck devteam fix http://dev.fckeditor.net/ticket/2333
-  
     // Adobe AIR
     // Checked before Safari because AIR have the WebKit rich text editor
     // features from Safari 3.0.4, but the version reported is 420.
@@ -110,7 +107,7 @@
     // Safari 3+
     if ( sAgent.indexOf( ' applewebkit/' ) != -1 )
         return ( sAgent.match( / applewebkit\/(\d+)/ )[1] >= 522 ) ;    // Build must be at least 522 (v3)
-*/
+
     return false ;
 
 }
