[PHP-DEV] Bug #10689: When adding the SID to the end of a URL in a <a href>, not HTML4 compliant. From: phill <email protected>
Date: 05/06/01

From: phill <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 &lt;a href&gt;, 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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>