2006/unicorn/resources/templates/index en_index.html.vm,1.11,1.12 fr_index.html.vm,1.4,1.5

Update of /sources/public/2006/unicorn/resources/templates/index
In directory hutz:/tmp/cvs-serv18977

Modified Files:
	en_index.html.vm fr_index.html.vm 
Log Message:
trying to fix encoding issue

Index: en_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/en_index.html.vm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- en_index.html.vm	20 Feb 2008 15:46:30 -0000	1.11
+++ en_index.html.vm	18 Apr 2008 13:04:08 -0000	1.12
@@ -1,4 +1,4 @@
-
+<?xml version="1.0" encoding="utf-8"?>
 #macro(genTasklist $i)
 	<div>
 		Task :
@@ -10,7 +10,6 @@
 	</div>
 #end
 
-<?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">
 

Index: fr_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/fr_index.html.vm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fr_index.html.vm	20 Feb 2008 15:46:19 -0000	1.4
+++ fr_index.html.vm	18 Apr 2008 13:04:08 -0000	1.5
@@ -1,4 +1,4 @@
-
+<?xml version="1.0" encoding="utf-8"?>
 #macro(genTasklist $i)
 	<div>
 		Tâche :
@@ -10,7 +10,6 @@
 	</div>
 #end
 
-<?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">
 

Received on Friday, 18 April 2008 13:04:42 UTC