slitaz-dev-tools rev 168 1.6

Hg: add utf-8 charset to header template
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 09 01:14:02 2012 +0300 (2012-04-09)
parents 116c7b18fea2
children e1a0e4ba58ca
files slitaz-mercurial-style/templates/slitaz/header.tmpl
line diff
     1.1 --- a/slitaz-mercurial-style/templates/slitaz/header.tmpl	Fri Mar 23 22:06:42 2012 +0000
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/header.tmpl	Mon Apr 09 01:14:02 2012 +0300
     1.3 @@ -1,8 +1,8 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
     1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     1.6  	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1.7  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
     1.8  <head>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.10  	<meta name="robots" content="index, nofollow" />
    1.11  	<link rel="icon" href="{staticurl}favicon.ico" type="image/ico" />
    1.12  	<link rel="stylesheet" href="{staticurl}style-slitaz.css" type="text/css" />
    1.13 -