- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Oct 2009 08:21:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes
In directory hutz:/tmp/cvs-serv22248/WebContent/WEB-INF/resources/templates/includes
Modified Files:
head.vm
Log Message:
updated
Index: head.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/head.vm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- head.vm 5 Oct 2009 13:07:31 -0000 1.10
+++ head.vm 6 Oct 2009 08:21:40 -0000 1.11
@@ -2,7 +2,7 @@
<!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">
<head>
- <title>$noEscape_title</title>
+ <title>$title</title>
<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, 6 October 2009 08:21:46 UTC