- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Sep 2008 13:54:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/resources/templates/output
In directory hutz:/tmp/cvs-serv2264/resources/templates/output
Modified Files:
en_xhtml10.vm fr_xhtml10.vm
Log Message:
Fixed encoding issues with Jigsaw + simplified build.xml and added a jigsaw task
Index: fr_xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/output/fr_xhtml10.vm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fr_xhtml10.vm 8 Sep 2008 14:48:31 -0000 1.4
+++ fr_xhtml10.vm 23 Sep 2008 13:53:58 -0000 1.5
@@ -1,8 +1,9 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#if($unicorncall.DocumentName)
<title>Résultat pour $unicorncall.DocumentName</title>
#else
Index: en_xhtml10.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/output/en_xhtml10.vm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- en_xhtml10.vm 8 Sep 2008 14:48:31 -0000 1.9
+++ en_xhtml10.vm 23 Sep 2008 13:53:58 -0000 1.10
@@ -1,8 +1,9 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#if($unicorncall.DocumentName)
<title>Result for $unicorncall.DocumentName</title>
#else
Received on Tuesday, 23 September 2008 13:54:36 UTC