diff templates/header.tmpl @ 2126:2e77f7852e82

Use <link> tag instead if CDATA import for CSS stylesheets. Fixes issue200.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 25 Apr 2006 18:50:40 +0200
parents 88f0345d82e9
children d1aa83f199ef
line wrap: on
line diff
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -5,4 +5,4 @@ Content-type: text/html
 <head>
 <link rel="icon" href="?static=hgicon.png" type="image/png">
 <meta name="robots" content="index, nofollow" />
-<style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style>
+<link rel="stylesheet" href="?static=style.css" type="text/css" />