Hello,
The cataloger automatically creates urls with the & and not the & which makes the page invalid. How do I fix this?
Thanks!
[solved] & and & XHTML not valid in cataloger
[solved] & and & XHTML not valid in cataloger
Last edited by carasmo on Thu May 10, 2007 12:34 am, edited 1 time in total.
Re: [solved] & and & XHTML not valid in cataloger
Never mind. In Cataloger.module.php
on line 416
the line:
replace with:
on line 416
the line:
Code: Select all
$extender = '&ac=';replace with:
Code: Select all
$extender = '&ac=';
