##// END OF EJS Templates
Use <link> tag instead if CDATA import for CSS stylesheets. Fixes issue200.
Thomas Arendsen Hein -
r2126:2e77f785 default
parent child Browse files
Show More
@@ -7,5 +7,5 b' Content-type: text/html'
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
@@ -5,4 +5,4 b' Content-type: text/html'
5 <head>
5 <head>
6 <link rel="icon" href="?static=hgicon.png" type="image/png">
6 <link rel="icon" href="?static=hgicon.png" type="image/png">
7 <meta name="robots" content="index, nofollow" />
7 <meta name="robots" content="index, nofollow" />
8 <style type="text/css">/*<![CDATA[*/ @import "?static=style.css"; /*]]>*/</style>
8 <link rel="stylesheet" href="?static=style.css" type="text/css" />
General Comments 0
You need to be logged in to leave comments. Login now