Summary:
W3C validation gives error on "&showtemplate='false'"
Detailed Description:
This is easily corrected by changing the code below found in
CGFeedMaker.module.php.
else
{
$url .= '&showtemplate=false';
}
to:
else
{
$url .= '&showtemplate=false';
}