summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/users.html
diff options
context:
space:
mode:
authorville <ville@localhost>2009-12-06 18:20:41 +0000
committerville <ville@localhost>2009-12-06 18:20:41 +0000
commit013ca23ac1cc27a712205a2b68d8a5fc672e26ff (patch)
treeec6f7e2f05e150e7ab69c0893847b1cb3d43df71 /htdocs/docs/users.html
parent43c4c4b40d536d8ca89781347ccb14e4b207444c (diff)
downloadmarkup-validator-013ca23ac1cc27a712205a2b68d8a5fc672e26ff.zip
markup-validator-013ca23ac1cc27a712205a2b68d8a5fc672e26ff.tar.gz
markup-validator-013ca23ac1cc27a712205a2b68d8a5fc672e26ff.tar.bz2
URI escaping fixes.
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-xhtdocs/docs/users.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html
index b069079..209c662 100755
--- a/htdocs/docs/users.html
+++ b/htdocs/docs/users.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: users.html,v 1.37 2009-12-05 10:53:17 ville Exp $"
---><!--#set var="date" value="\$Date: 2009-12-05 10:53:17 $"
+<!--#set var="revision" value="\$Id: users.html,v 1.38 2009-12-06 18:20:41 ville Exp $"
+--><!--#set var="date" value="\$Date: 2009-12-06 18:20:41 $"
--><!--#set var="title" value="User Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -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
- &lt;<a href="http://validator.w3.org/check?uri=http://www.example.com/">http://validator.w3.org/check?uri=http://www.example.com/</a>&gt;
+ &lt;<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>&gt;
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
- &lt;<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>&gt;
+ &lt;<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>&gt;
will validate the example.com home page with "Show Source", and "Outline"
on, but "Verbose" off.
</p>