Hi, help needed
if I try to validate, for instance, this page,
http://nutriweb-suplementos.com/loja/Twinlab
in w3c validator, it will give 5 errors,
the problem ? "&zenid=098..." it does not validate that ampersand, but it is really werid cause it validates all others,
if I look at the file functions>html_output.php, there is a variable $link overthere that joins the sessions id with the link you're at, the problem is that when i modify that function to use ? instead of & for &zenid, it gives me 246 errors and stops validating all other ampersands,
if I try to change & to &, it doesn't parses me the ";" and gives me a link output full off "&%"
Can someone please help me ?



