shouldn't http::formatQuery be slightly modified
- From: Gerhard Hintermayer <g.hintermayer@xxxxxxxx>
- Date: Thu, 13 Jul 2006 18:49:38 +0200
I recently checked the site I maintain (cgi-scripts based on tcl) with
the W3C html-validator at http://validator.w3.org/ and discovered that
the validator warns on URI's that contain unescaped & (ampersands) like
in <scriptname>?<par1>=<val1>&<par2>=<val2>... the validator suggests to
use & instead of &. FF1.5 and IE6 interpret these correct.
As I'm using http::formatQuery to insert the Links into the pages the
easiest way was to modify the http.tcl file supplied with core tcl.
Is there any reason to not making this change to the core ?
Shall I file a TIP ? Even for adding only 4 chars to the body of
http::formatQuery ?
regard
Gerhard
.
- Follow-Ups:
- Re: shouldn't http::formatQuery be slightly modified
- From: Joe English
- Re: shouldn't http::formatQuery be slightly modified
- From: Michael Schlenker
- Re: shouldn't http::formatQuery be slightly modified
- Prev by Date: Re: Getting the return value of a command line program
- Next by Date: Re: Getting the return value of a command line program
- Previous by thread: Getting the return value of a command line program
- Next by thread: Re: shouldn't http::formatQuery be slightly modified
- Index(es):