- From: Bjoern Hoehrmann <bjoern@dev.w3.org>
- Date: Mon, 06 Sep 2004 20:18:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv18243
Modified Files:
favelets.html
Log Message:
fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=736
Index: favelets.html
===================================================================
RCS file: /sources/public/validator/htdocs/favelets.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- favelets.html 21 Jul 2004 15:06:55 -0000 1.7
+++ favelets.html 6 Sep 2004 20:18:05 -0000 1.8
@@ -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>
Received on Monday, 6 September 2004 20:18:07 UTC