[solved] & and & XHTML not valid in cataloger

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
carasmo
Power Poster
Power Poster
Posts: 506
Joined: Thu Feb 08, 2007 6:11 pm

[solved] & and & XHTML not valid in cataloger

Post by carasmo »

Hello,

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

Thanks!
Last edited by carasmo on Thu May 10, 2007 12:34 am, edited 1 time in total.
carasmo
Power Poster
Power Poster
Posts: 506
Joined: Thu Feb 08, 2007 6:11 pm

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

Post 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=';
Post Reply

Return to “CMSMS Core”