validator/htdocs favelets.html,1.1.2.13,1.1.2.14

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv8419

Modified Files:
      Tag: validator-0_6_0-branch
	favelets.html 
Log Message:
fixing bug 736

Index: favelets.html
===================================================================
RCS file: /sources/public/validator/htdocs/favelets.html,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- favelets.html	18 May 2004 03:41:18 -0000	1.1.2.13
+++ favelets.html	2 Sep 2004 03:14:25 -0000	1.1.2.14
@@ -48,28 +48,28 @@
       </div>
       <div>
         <dl>
-          <dt>"<a href="javascript:void(window.location='http://validator.w3.org/check?uri='+escape(window.location))"
+          <dt>"<a href="javascript:void%28window.location='http://validator.w3.org/check?uri='+escape%28window.location%29%29"
                  title="Validate This Page">Validate <em>This</em> Page</a>"</dt>
           <dd>
             This is the basic "Validate This Page" <a href="http://favelets.com/">Favelet</a>.
             It simply submits the URL for the currently viewed page to the
             Validator for processing. Results appear in the same window.
           </dd>
-          <dt>"<a href="javascript:window.open('http://validator.w3.org/check?uri='+escape(window.location));void%200"
+          <dt>"<a href="javascript:window.open%28'http://validator.w3.org/check?uri='+escape%28window.location%29%29;void%200"
                  title="Validate This Page In New Window">Validate <em>This</em> Page In New Window</a>"</dt>
           <dd>
             Like the last <a href="http://favelets.com/">Favelet</a>, this also
             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%28q=prompt%28'Validate Page:',''%29%29;if%28q%29void%28window.location='http://validator.w3.org/check?uri='+escape%28q%29%29"
                  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%28q=prompt%28'Validate Page:',''%29%29;if%28q%29window.open%28'http://validator.w3.org/check?uri='+escape%28q%29%29;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 Thursday, 2 September 2004 03:14:27 UTC