validator/htdocs/dev/tests index.html,1.42.2.5,1.42.2.6

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv5899/htdocs/dev/tests

Modified Files:
      Tag: validator-0_6_0-branch
	index.html 
Log Message:
s/URI/URL/g; # Or at least everywhere it's possible/makes sense. :-)


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.42.2.5
retrieving revision 1.42.2.6
diff -u -d -r1.42.2.5 -r1.42.2.6
--- index.html	17 May 2004 04:31:04 -0000	1.42.2.5
+++ index.html	18 May 2004 03:41:19 -0000	1.42.2.6
@@ -95,7 +95,7 @@
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-bogus-element.html;ss">XHTML1, bogus element</a></li>
 	<li><a href="../../check?uri=http://www.w3.org/2001/01/xml-latin1.html;ss;sp;noatt">us-ascii xml document with a latin1 character</a> (should be invalid)</li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/no-newlines.html;ss;sp;noatt">no newlines</a></li>
-	<li><a href="../../check?uri=file%3A///etc/passwd">a file: URI</a></li>
+	<li><a href="../../check?uri=file%3A///etc/passwd">a file: URL</a></li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/nonSGML-chars.html">Non-SGML Chars.</a></li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/shorttags.html">SHORTTAGS and -wunclosed..</a></li>
         <li><a href="../../check?uri=http://www.w3.org/1999/09/SVG-access/computer.svg">image/svg</a></li>

Received on Monday, 17 May 2004 23:43:25 UTC