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

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

Modified Files:
	head.vm 
Log Message:
added 'dir' attribute to html tag

Index: head.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/head.vm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- head.vm	6 Oct 2009 08:21:40 -0000	1.11
+++ head.vm	9 Oct 2009 15:12:26 -0000	1.12
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!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">
+<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 Friday, 9 October 2009 15:12:29 UTC