2006/unicorn/WebContent/WEB-INF/resources/templates/includes footer.vm,1.11,1.12

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes
In directory hutz:/tmp/cvs-serv14214/WebContent/WEB-INF/resources/templates/includes

Modified Files:
	footer.vm 
Log Message:
xml:lang and lang attributes are set only if the language is not en (ticket #66)

Index: footer.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/footer.vm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- footer.vm	23 Oct 2009 16:26:59 -0000	1.11
+++ footer.vm	27 Oct 2009 14:17:15 -0000	1.12
@@ -26,7 +26,7 @@
 				<img src="$!{baseUri}images/I_heart_validator.png" alt="I heart Validator logo"/>
 			</a>
 		</p>
-		<p class="copyright" xml:lang="en" lang="en" dir="ltr">
+		<p class="copyright" #if($lang!="en")xml:lang="en" lang="en"#end #if($direction!="ltr")dir="ltr"#end>
 			<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2009
 			<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
 

Received on Tuesday, 27 October 2009 14:17:18 UTC