--- F:/www/yes001/includes/common.inc	Wed Jul 01 23:51:56 2009
+++ F:/www/yes001/includes/common.inc	Tue Sep 29 19:20:14 2009
@@ -1978,9 +1978,9 @@
     if ($_optimize) {
       // Perform some safe CSS optimizations.
       $contents = preg_replace('<
-        \s*([@{}:;,]|\)\s|\s\()\s* |  # Remove whitespace around separators, but keep space around parentheses.
-        /\*([^*\\\\]|\*(?!/))+\*/ |   # Remove comments that are not CSS hacks.
-        [\n\r]                        # Remove line breaks.
+        \s*([@{}:;,]|\)\s|\s\()\s* |          # Remove whitespace around separators, but keep space around parentheses.
+        /\*[^*\\\\]*\*+([^/*][^*]*\*+)*/ |    # Remove comments that are not CSS hacks.
+        [\n\r]                                # Remove line breaks.
         >x', '\1', $contents);
     }
 
