Index: htmlarea.module
===================================================================
--- htmlarea.module	(revision 250)
+++ htmlarea.module	(working copy)
@@ -961,10 +961,6 @@
 
 function _htmlarea_bad_browser() {
 
-  if (strpos($_SERVER['HTTP_USER_AGENT'], "Safari")) {
-    return true;
-  }
-
   if (strpos($_SERVER['HTTP_USER_AGENT'], "MSIE 5.0")) {
     return true;
   }
