From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.5
PHP Bug Type:     *Session related
Bug description:  When adding the SID to the end of a URL in a <a href>, not 
HTML4 compliant.

When the session code adds the SID to the end of the <a
href> it does it like:
 <a href="test.php?q=something&SID=123123123">

The & should be &amp;.  It fails on HTML4 validation.

I can't get my pages to validate currently.


-- 
Edit Bug report at: http://bugs.php.net/?id=10689&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to