• My blog at https://www.blackhatsoftware.net has a lot of plugins running, but I have never had any issues with my RSS Feed until a few weeks ago. I have not been able to figure out which plugin is causing my problems.

    I keep getting this error when I attempt to access the feed:

    End tag ‘script’ does not match the start tag ‘description’. Error processing resource ‘https://feeds.feedburner.com/BlackHa…

    </script>
    —^

    Yes, I use Feedburner. Feedburner is telling me I have a problem on Liine 75: Something to do with the description tags.

    ANyone have any ideas?

Viewing 1 replies (of 1 total)
  • Looks like a plugin relating to comments is inserting JavaScript into the RSS feed. Lines 60 – 75 of your feed:

    <description><![CDATA[
    	<script type="text/javascript">
    	// <![CDATA[
    		(function() {
    			var links = document.getElementsByTagName('a');
    			var query = '&';
    			for(var i = 0; i < links.length; i++) {
    				if(links[i].href.indexOf('#disqus_thread') >= 0) {
    					links[i].innerHTML = 'View Comments';
    					query += 'wpid' + i + '=' + encodeURIComponent(links[i].getAttribute('wpid')) + '&';
    				}
    			}
    			document.write('<script charset="utf-8" type="text/javascript" src="https://disqus.com/forums/blackhatsoftware/get_num_replies_from_wpid.js?v=2.0' + query + '"><' + '/script>');
    		})();
    	//]]>
    	</script>
Viewing 1 replies (of 1 total)
  • The topic ‘RSS Feed Error Line 75’ is closed to new replies.