- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Oct 2009 08:43:33 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes In directory hutz:/tmp/cvs-serv19530/WebContent/WEB-INF/resources/templates/includes Modified Files: footer.vm Log Message: added hreflang="en" to the tranlations link Index: footer.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/footer.vm,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- footer.vm 8 Oct 2009 13:17:07 -0000 1.9 +++ footer.vm 15 Oct 2009 08:43:31 -0000 1.10 @@ -2,7 +2,7 @@ <li><a href="http://www.w3.org/QA/Tools/Unicorn/" title="$documentation_title">$documentation</a></li> <li><a href="http://dev.w3.org/cvsweb/2006/unicorn/" title="$download_title">$download</a></li> <li><a href="mailto:public-qa-dev@w3.org" title="$feedback_title">$feedback</a></li> - <li><a href="${baseUri}translations" title="$translations_title">$translations</a></li> + <li><a href="${baseUri}translations" hreflang="en" title="$translations_title">$translations</a></li> </ul> <ul id="lang_choice"> #foreach( $key in $languages.keySet() )
Received on Thursday, 15 October 2009 08:43:34 UTC