Changed more files with new html/css.
[fa-stable.git] / includes / page / header.inc
index b8f08e6ba22ab465f5ae73043d90fb9bde6a8bab..893527e88f1823edac73a5a7217bbc2c762fcc9f 100644 (file)
@@ -104,9 +104,9 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js=""
        echo "<head><title>$title</title>";
        $local_stylesheet = $_SESSION['language']->get_stylesheet();
        echo "<meta http-equiv='Content-type' content='text/html' charset='$encoding'>";
-       echo "<link href='$local_path_to_root/themes/$theme/default.css' rel='stylesheet' type='text/css' /> \n";
+       echo "<link href='$local_path_to_root/themes/$theme/default.css' rel='stylesheet' type='text/css'> \n";
        if (file_exists($local_path_to_root. "/".$local_stylesheet))
-               echo "<link href='$local_path_to_root/$local_stylesheet' rel='stylesheet' type='text/css' /> \n";
+               echo "<link href='$local_path_to_root/$local_stylesheet' rel='stylesheet' type='text/css'> \n";
        send_scripts($js);
 
        echo "</head> \n";