comparison 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
comparison
equal deleted inserted replaced
2125:3610d9468b1e 2126:2e77f7852e82
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> 5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
6 <head> 6 <head>
7 <link rel="icon" href="?static=hgicon.png" type="image/png"> 7 <link rel="icon" href="?static=hgicon.png" type="image/png">
8 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 8 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
9 <meta name="robots" content="index, nofollow"/> 9 <meta name="robots" content="index, nofollow"/>
10 <style type="text/css">/*<![CDATA[*/ @import "?static=style-gitweb.css"; /*]]>*/</style> 10 <link rel="stylesheet" href="?static=style-gitweb.css" type="text/css" />
11 11