diff --git a/codefilter.module b/codefilter.module
index e46b146..bc0b5a8 100644
--- a/codefilter.module
+++ b/codefilter.module
@@ -19,7 +19,7 @@ function codefilter_filter_tips($delta, $format, $long = false) {
  * Adds the codefilter stylesheet to the page
  */
 function codefilter_init() {
-  drupal_add_css(drupal_get_path('module', 'codefilter') .'/codefilter.css', 'module', 'all', FALSE);
+  drupal_add_css(drupal_get_path('module', 'codefilter') .'/codefilter.css', 'module', 'all');
 }
 
 /**
