- From: Mercurial notifier <nobody@w3.org>
- Date: Tue, 27 Jul 2010 15:51:15 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1352:051727b5f695
tag: tip
user: Thomas Gambet <tgambet@w3.org>
date: Tue Jul 27 11:50:33 2010 -0400
files: WebContent/WEB-INF/resources/templates/includes/head.vm
description:
+ Content-Type meta directive
diff -r 8971e4aaef18 -r 051727b5f695 WebContent/WEB-INF/resources/templates/includes/head.vm
--- a/WebContent/WEB-INF/resources/templates/includes/head.vm Tue Jul 27 11:38:52 2010 -0400
+++ b/WebContent/WEB-INF/resources/templates/includes/head.vm Tue Jul 27 11:50:33 2010 -0400
@@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang" dir="$direction">
<head>
<title>$title</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rev="start" href="$!{baseUri}" title="Home Page" />
#foreach( $sheet in $css )
<link href="$!{baseUri}style/$sheet" type="text/css" media="screen" rel="stylesheet" />
Received on Tuesday, 27 July 2010 15:51:17 UTC