The below code used to work, now I receive an error:
<p>"><img style="vertical-align:middle" src="<?php bloginfo('template_url'); ?>/images/rss.gif" alt="Subscribe to <?php bloginfo('name'); ?>" />">News Feed"><img style="vertical-align:middle;margin-left:10px;" src="<?php bloginfo('template_url'); ?>/images/rss.gif" alt="Subscribe to <?php bloginfo('name'); ?>" />">Comments</p>
Error message:
XML Parsing Error: XML or text declaration not at start of entity
Location: http://www.critiquethis.us/comments/feed/
Line Number 2, Column 1:<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
^
All other feeds work fine, any ideas?