Page 1 of 1

[solved] & and & XHTML not valid in cataloger

Posted: Thu May 10, 2007 12:30 am
by carasmo
Hello,

The cataloger automatically creates urls with the & and not the & which makes the page invalid. How do I fix this?

Thanks!

Re: [solved] & and & XHTML not valid in cataloger

Posted: Thu May 10, 2007 12:36 am
by carasmo
Never mind. In Cataloger.module.php

on line 416

the line:

Code: Select all

$extender = '&ac=';

replace with:

Code: Select all

 $extender = '&ac=';