diff templates/header-gitweb.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
line wrap: on
line diff
--- a/templates/header-gitweb.tmpl	Tue Apr 25 09:00:09 2006 +0200
+++ b/templates/header-gitweb.tmpl	Tue Apr 25 18:50:40 2006 +0200
@@ -7,5 +7,5 @@
 <link rel="icon" href="?static=hgicon.png" type="image/png">
 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
 <meta name="robots" content="index, nofollow"/>
-<style type="text/css">/*<![CDATA[*/ @import "?static=style-gitweb.css"; /*]]>*/</style>
+<link rel="stylesheet" href="?static=style-gitweb.css" type="text/css" />