### Eclipse Workspace Patch 1.0
#P drupal
Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.870
diff -u -r1.870 common.inc
--- includes/common.inc	28 Feb 2009 07:36:06 -0000	1.870
+++ includes/common.inc	7 Mar 2009 20:01:53 -0000
@@ -2288,6 +2288,7 @@
         /\*([^*\\\\]|\*(?!/))+\*/ |   # Remove comments that are not CSS hacks.
         [\n\r]                        # Remove line breaks.
         >x', '\1', $contents);
+      $contents = str_replace(';}' , '}' , $contents); // Remove semi-colons on the ending declaration for a rule.
     }
 
     // Change back directory.
