<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #7305 / html validation error in google analytics</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=3373</link>
        <description><![CDATA[<strong>Posted:</strong> 2008-09-22 06:24:43<br/><strong>Category:</strong> Configuration<br/><strong>Version:</strong> 1.1.6<br/><strong>Priority:</strong> high<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/253/">chinesedream</a></strong><br/><br/>Th Ga.php is missing '&lt;![CDATA[' on line #130, and the closing '']]' online #140.<br />
Attached is updated version.<br />
<br />
Example of error:<br />
Line 345, Column 53: document type does not allow element &quot;script&quot; here.<br />
<br />
+ &quot;google-analytics.com/ga.js' type='text/javascript'&gt;&lt;/script&gt;&quot; );<br />
<br />
?<br />
<br />
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a &quot;style&quot; element in the &quot;body&quot; section instead of inside &quot;head&quot; -- or two elements that overlap (which is not allowed).<br />
<br />
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's &quot;self-closing&quot; tags for &quot;meta&quot; and &quot;link&quot; in the &quot;head&quot; section of a HTML document may cause the parser to infer the end of the &quot;head&quot; section and the beginning of the &quot;body&quot; section (where &quot;link&quot; and &quot;meta&quot; are not allowed; hence the reported error).<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: html validation error in google analytics</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/27203/">ziq2004</a></em><br/><br/>The solution is usign the update google code<br />
<br />
*** adding the unscape***<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);<br />
document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));<br />
&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
var pageTracker = _gat._getTracker(&quot;UA-xxxxxx-x&quot;);<br />
pageTracker._trackPageview();<br />
&lt;/script&gt;]]></description>
    </item>
            <item>
        <title>RE: html validation error in google analytics</title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>Hello chinesedream,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>