- From: Ville Skytta <ville@dev.w3.org>
- Date: Sun, 10 Oct 2004 15:54:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv23868
Modified Files:
types.conf
Log Message:
Fix HTML 4.0 badge URIs.
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- types.conf 3 Sep 2004 01:26:33 -0000 1.4
+++ types.conf 10 Oct 2004 15:54:34 -0000 1.5
@@ -139,7 +139,7 @@
Required = 0
</Namespaces>
<Badge>
- URI = http://www.w3.org/Icons/valid-html401
+ URI = http://www.w3.org/Icons/valid-html40
Height = 31
Width = 88
</Badge>
@@ -162,7 +162,7 @@
Required = 0
</Namespaces>
<Badge>
- URI = http://www.w3.org/Icons/valid-html401
+ URI = http://www.w3.org/Icons/valid-html40
Height = 31
Width = 88
</Badge>
@@ -185,7 +185,7 @@
Required = 0
</Namespaces>
<Badge>
- URI = http://www.w3.org/Icons/valid-html401
+ URI = http://www.w3.org/Icons/valid-html40
Height = 31
Width = 88
</Badge>
Received on Sunday, 10 October 2004 15:54:36 UTC