2002/css-validator web.xml,1.3,1.4

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv5036

Modified Files:
	web.xml 
Log Message:
telling the CSS validator about the portuguese/brazilian translation

Index: web.xml
===================================================================
RCS file: /sources/public/2002/css-validator/web.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- web.xml	24 Apr 2008 06:41:04 -0000	1.3
+++ web.xml	30 Jun 2008 20:41:57 -0000	1.4
@@ -53,6 +53,10 @@
         <mime-type>text/html</mime-type>
     </mime-mapping>
     <mime-mapping>                                                          
+        <extension>pt-br</extension>
+        <mime-type>text/html</mime-type>
+    </mime-mapping>
+    <mime-mapping>                                                          
         <extension>zh-cn</extension>
         <mime-type>text/html</mime-type>
     </mime-mapping>

Received on Monday, 30 June 2008 20:42:41 UTC