diff options
author | bjoern <bjoern@localhost> | 2004-09-06 20:18:05 +0000 |
---|---|---|
committer | bjoern <bjoern@localhost> | 2004-09-06 20:18:05 +0000 |
commit | fbeb7131b1a064d44b79bc78b55b6c73518a2d82 (patch) | |
tree | 4bc957ceea5fb256c71345a8ec5aedba6ca318e0 /htdocs | |
parent | 5da8a16d5b33ac49c3d43efaa4c5b22078d3c424 (diff) | |
download | markup-validator-fbeb7131b1a064d44b79bc78b55b6c73518a2d82.zip markup-validator-fbeb7131b1a064d44b79bc78b55b6c73518a2d82.tar.gz markup-validator-fbeb7131b1a064d44b79bc78b55b6c73518a2d82.tar.bz2 |
fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=736
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/favelets.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/favelets.html b/htdocs/favelets.html index 209b9f0..28032fa 100755 --- a/htdocs/favelets.html +++ b/htdocs/favelets.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: favelets.html,v 1.7 2004-07-21 15:06:55 link Exp $" ---><!--#set var="date" value="\$Date: 2004-07-21 15:06:55 $" +<!--#set var="revision" value="\$Id: favelets.html,v 1.8 2004-09-06 20:18:05 bjoern Exp $" +--><!--#set var="date" value="\$Date: 2004-09-06 20:18:05 $" --><!--#set var="title" value="Favelets For The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -62,14 +62,14 @@ submits the URL of the current page to the Validator for processing, but this version will show the results in a new window. </dd> - <dt>"<a href="javascript:void(q=prompt('Validate Page:',''));if(q)void(window.location='http://validator.w3.org/check?uri='+escape(q))" + <dt>"<a href="javascript:void(q=prompt('Validate%20Page:',''));if(q)void(window.location='http://validator.w3.org/check?uri='+escape(q))" title="Validate Page...">Validate Page...</a>"</dt> <dd> Puts up a dialog with a text entry field where you can type in the URL of a page you would like to Validate. The results appear in the current window. </dd> - <dt>"<a href="javascript:void(q=prompt('Validate Page:',''));if(q)window.open('http://validator.w3.org/check?uri='+escape(q));void%200" + <dt>"<a href="javascript:void(q=prompt('Validate%20Page:',''));if(q)window.open('http://validator.w3.org/check?uri='+escape(q));void%200" title="Validate Page In New Window...">Validate Page In New Window...</a>"</dt> <dd>Same as above but shows results in a new window.</dd> </dl> |