- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 20 Mar 2010 17:14:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes
In directory hutz:/tmp/cvs-serv32304/WebContent/WEB-INF/resources/templates/includes
Modified Files:
head.vm
Log Message:
updated to match new code regarding localization
Index: head.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/head.vm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- head.vm 22 Oct 2009 16:24:37 -0000 1.13
+++ head.vm 20 Mar 2010 17:14:52 -0000 1.14
@@ -1,5 +1,5 @@
<!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="$lang" lang="$lang" dir="$!direction">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang" dir="$direction">
<head>
<title>$title</title>
<link rev="start" href="$!{baseUri}" title="Home Page" />
Received on Saturday, 20 March 2010 17:14:55 UTC