Index: img_assist.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/img_assist/Attic/img_assist.module,v
retrieving revision 1.68.2.22
diff -u -r1.68.2.22 img_assist.module
--- img_assist.module	6 Sep 2007 00:05:35 -0000	1.68.2.22
+++ img_assist.module	7 Sep 2007 00:35:57 -0000
@@ -1543,7 +1543,7 @@
   $output .= "--></script>\n";
   // Import img_assist.js last:
   $path = drupal_get_path('module', 'img_assist') .'/img_assist.css';
-  $output .= "<style type=\"text/css\" media=\"{$media}\">@import \"" . base_path() . $path ."\";</style>\n";
+  $output .= "<style type=\"text/css\" media=\"all\">@import \"" . base_path() . $path ."\";</style>\n";
 
   $output .= "</head>\n";
   $output .= "<body" . drupal_attributes($attributes) .">\n";
