- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 10:07:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes In directory hutz:/tmp/cvs-serv602/WebContent/WEB-INF/resources/templates/includes Modified Files: head.vm Log Message: up Index: head.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/head.vm,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- head.vm 9 Sep 2009 12:11:09 -0000 1.7 +++ head.vm 11 Sep 2009 10:07:55 -0000 1.8 @@ -3,11 +3,6 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang"> <head> <title>$noEscape_title</title> -#if ($fav) - <link rel="icon" href="/unicorn/images/$fav" type="image/x-icon" /> -#else - <link rel="icon" href="/unicorn/images/favicon.ico" type="image/x-icon" /> -#end <link rev="start" href="./" title="Home Page" /> #foreach( $sheet in $css ) <link href="./style/$sheet" type="text/css" media="screen" rel="stylesheet" /> @@ -15,9 +10,12 @@ #foreach( $script in $js ) <script type="text/javascript" src="$script"></script> #end - <link rev="made" href="mailto:www-validator@w3.org" /> - <link rev="start" href="./" title="Home Page" /> +#if ($fav) + <link rel="icon" href="/unicorn/images/$fav" type="image/x-icon" /> +#else + <link rel="icon" href="/unicorn/images/favicon.ico" type="image/x-icon" /> +#end </head> <body> <div id="banner">
Received on Friday, 11 September 2009 10:08:06 UTC