resolve style weirdness (fallout from RT integration), especially non-fixed-width...
[freeside.git] / rt / html / Elements / Header
index ab92e32..a32784e 100644 (file)
@@ -49,6 +49,7 @@
               'title' => $Title,
               'head'  => $head,
               'nobr'  => 1,
+              'nocss' => 1,
           }) |n
 %>
 
@@ -79,7 +80,7 @@ if ($Refresh && $Refresh > 0) {
 $head .= <<END;
 <link rel="shortcut icon" href="$RT::WebImagesURL/favicon.png" type="image/png" />
 <link rel="stylesheet" href="$RT::WebPath/NoAuth/css/$RT::WebDefaultStylesheet/main-squished.css" type="text/css" media="all" />
-<link rel="stylesheet" href="RT::WebPath/NoAuth/css/print.css" type="text/css" media="print" />
+<link rel="stylesheet" href="$RT::WebPath/NoAuth/css/print.css" type="text/css" media="print" />
 END
 
 if ( $RSSAutoDiscovery ) {