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

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

Modified Files:
	web.xml 
Log Message:
enabling the korean translation, for testing


Index: web.xml
===================================================================
RCS file: /sources/public/2002/css-validator/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- web.xml	15 Jan 2007 00:52:23 -0000	1.2
+++ web.xml	24 Apr 2008 06:41:04 -0000	1.3
@@ -56,5 +56,9 @@
         <extension>zh-cn</extension>
         <mime-type>text/html</mime-type>
     </mime-mapping>
+    <mime-mapping>                                                          
+        <extension>ko</extension>
+        <mime-type>text/html</mime-type>
+    </mime-mapping>
    
 </web-app>

Received on Thursday, 24 April 2008 06:41:37 UTC