- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Jul 2008 15:42:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv5173
Modified Files:
web.xml
Log Message:
language nego setup
Index: web.xml
===================================================================
RCS file: /sources/public/2002/css-validator/web.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- web.xml 30 Jun 2008 20:41:57 -0000 1.4
+++ web.xml 8 Jul 2008 15:42:10 -0000 1.5
@@ -53,7 +53,11 @@
<mime-type>text/html</mime-type>
</mime-mapping>
<mime-mapping>
- <extension>pt-br</extension>
+ <extension>pt-BR</extension>
+ <mime-type>text/html</mime-type>
+ </mime-mapping>
+ <mime-mapping>
+ <extension>sv</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
<mime-mapping>
Received on Tuesday, 8 July 2008 15:42:45 UTC