- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 06 Dec 2009 18:20:43 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv2343/htdocs/docs
Modified Files:
users.html
Log Message:
URI escaping fixes.
Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- users.html 5 Dec 2009 10:53:17 -0000 1.37
+++ users.html 6 Dec 2009 18:20:41 -0000 1.38
@@ -101,7 +101,7 @@
You can also link to the validation results for a specific page. You do
this by giving "check" an "uri" parameter pointing at the page you want
to validate. For example
- <<a href="http://validator.w3.org/check?uri=http://www.example.com/">http://validator.w3.org/check?uri=http://www.example.com/</a>>
+ <<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F</a>>
will validate the www.example.com home page.
</p>
<p>
@@ -109,7 +109,7 @@
"<a href="#Options">Options and Parameters</a>" in parenthesis after the
long name. To add options to your links directly, append the options
separated by a semicolon. For example
- <<a href="http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1">http://validator.w3.org/check?uri=http://www.example.com/;ss=1;outline=1</a>>
+ <<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F;ss=1;outline=1">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F;ss=1;outline=1</a>>
will validate the example.com home page with "Show Source", and "Outline"
on, but "Verbose" off.
</p>
Received on Sunday, 6 December 2009 18:20:52 UTC