comparison templates/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 d1aa83f199ef
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html> 4 <html>
5 <head> 5 <head>
6 <link rel="icon" href="#url#static/hgicon.png" type="image/png"> 6 <link rel="icon" href="#url#static/hgicon.png" type="image/png">