Mercurial > hg
changeset 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 | 3610d9468b1e |
children | 8a85dbbadddf |
files | templates/header-gitweb.tmpl templates/header.tmpl |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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" />
--- a/templates/header.tmpl Tue Apr 25 09:00:09 2006 +0200 +++ b/templates/header.tmpl Tue Apr 25 18:50:40 2006 +0200 @@ -5,4 +5,4 @@ <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" />