comparison templates/gitweb/header.tmpl @ 3782:713e35dcc321

hgweb: report detected character set Add comments on overriding charset to CGI scripts
author Matt Mackall <mpm@selenic.com>
date Sun, 03 Dec 2006 18:47:05 -0600
parents 36fa5db79dd5
children 51e52db6b40d
comparison
equal deleted inserted replaced
3781:d0a48313b0f6 3782:713e35dcc321
1 Content-type: text/html 1 Content-type: text/html; charset={encoding}
2 2
3 <?xml version="1.0" encoding="utf-8"?> 3 <?xml version="1.0" encoding="{encoding}"?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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="{url}static/hgicon.png" type="image/png"> 7 <link rel="icon" href="{url}static/hgicon.png" type="image/png">
8 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
9 <meta name="robots" content="index, nofollow"/> 8 <meta name="robots" content="index, nofollow"/>
10 <link rel="stylesheet" href="{url}static/style-gitweb.css" type="text/css" /> 9 <link rel="stylesheet" href="{url}static/style-gitweb.css" type="text/css" />
11 10