2002/css-validator/org/w3c/css/css xhtml.properties,1.34,1.35

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv20438/w3c/css/css

Modified Files:
	xhtml.properties 
Log Message:
adding directionality to output templates

Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- xhtml.properties	26 Feb 2009 13:23:34 -0000	1.34
+++ xhtml.properties	3 Mar 2009 15:37:04 -0000	1.35
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
                       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html lang='$content-language' xml:lang='$content-language' xmlns='http://www.w3.org/1999/xhtml'>
+<html lang='$content-language' xml:lang='$content-language' xmlns='http://www.w3.org/1999/xhtml' dir="$direction">
     <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <meta http-equiv="Content-Script-Type" content="text/javascript" />

Received on Tuesday, 3 March 2009 15:37:16 UTC