Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.1146 diff -u -p -r1.1146 common.inc --- includes/common.inc 11 Apr 2010 18:33:43 -0000 1.1146 +++ includes/common.inc 12 Apr 2010 17:26:22 -0000 @@ -2669,7 +2669,7 @@ function drupal_add_css($data = NULL, $o 'type' => 'file', 'weight' => CSS_DEFAULT, 'media' => 'all', - 'preprocess' => TRUE, + 'preprocess' => FALSE, 'data' => $data, 'browsers' => array(), ); @@ -3601,7 +3601,7 @@ function drupal_js_defaults($data = NULL 'scope' => 'header', 'cache' => TRUE, 'defer' => FALSE, - 'preprocess' => TRUE, + 'preprocess' => FALSE, 'version' => NULL, 'data' => $data, );