diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-05 23:16:52 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-05 23:16:52 +0200 |
commit | 78c643219c698d0c1925c25fe8c238692a44a8c3 (patch) | |
tree | ee2200ef72202635688ed86bb8e8502962edebc9 /htdocs/docs/help.html | |
parent | e29483b15421f344c09a603019ab6370b42c6261 (diff) | |
download | markup-validator-78c643219c698d0c1925c25fe8c238692a44a8c3.zip markup-validator-78c643219c698d0c1925c25fe8c238692a44a8c3.tar.gz markup-validator-78c643219c698d0c1925c25fe8c238692a44a8c3.tar.bz2 |
"How to fix" referer tip improvements.
Diffstat (limited to 'htdocs/docs/help.html')
-rwxr-xr-x | htdocs/docs/help.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/docs/help.html b/htdocs/docs/help.html index 3621fdf..24c40a4 100755 --- a/htdocs/docs/help.html +++ b/htdocs/docs/help.html @@ -515,12 +515,12 @@ of WDG's excellent <p><strong>How to fix</strong>:</p> <ul> <li>Check that it is indeed the <code>Referer</code> issue. The validator should have redirected you to - <code>http://validator.w3.org/check?uri=</code>. Otherwise, check the address you have given the validator.</li> + <code>http://validator.w3.org/check?uri=<em>your_url_here</em></code>. Otherwise, check the address you have given the validator.</li> <li>The validator can not fix this issue. You will have to (ask your administrator to) reconfigure whichever zealous software is stripping this referrer info.</li> <li>If you have a link on your page using the "/check?uri=referer" feature, you could replace them with the - a link to the validator without this feature, e.g. <code>http://validator.w3.org/check?uri=http://www.example.com</code></li> - <li>If you have no control over the page or annoying software, simply append the address of the page you wanted validated + a link to the validator without this feature, e.g. <code>http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com</code></li> + <li>If you have no control over the page or annoying software, simply append the address of the page you wanted validated (URI encoded) to the <code>http://validator.w3.org/check?uri=</code> address.</li> </ul> <h4 id="faq-batchvalidation">Can the validator check all the pages in my site in one batch?</h4> |