CMS MADE SIMPLE FORGE

CGFeedMaker

 

[#8147] W3C validation gives error on "&showtemplate='false'"

avatar
Created By: Mats Brorson (zigge)
Date Submitted: Wed Jul 18 14:04:08 -0400 2012

Assigned To:
Version: 1.0.16
CMSMS Version: 1.10.3
Severity: Minor
Resolution: None
State: Open
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';
      }


History

Comments
avatar
Date: 2012-08-28 06:07
Posted By: Jonathan Schmid (Foaly*)

I confirm.

W3C: XML parsing error: This feed does not validate.
line 5, column 174: XML parsing error: <unknown>:5:174: not well-formed (invalid
token)