--- oldlegal.module	2005-07-05 17:05:40.784970912 +0100
+++ legal.module	2005-07-05 17:05:51.822292984 +0100
@@ -196,7 +196,7 @@
     switch ($display_style) {
         case 1:
             $path = drupal_get_path('module', 'legal');
-            drupal_set_html_head('<style type="text/css" media="all">@import "' . $path . '/legal/legal.css";</style>');
+            drupal_set_html_head('<style type="text/css" media="all">@import "' . $path . '/legal.css";</style>');
             $output = '<div class="legal-terms">' . $conditions . '</div>';
             break;
         case 2:
