
Originally Posted by
icecold
Weird code? Well that's generated by your module, I don't have anything strange in my product description that might affect the display ... I installed the module and checked that everything was installed as it supposed to be.
Really? You looked at the source code? I see this:
Code:
<link rel="alternate" type="application/rss+xml" title="RSS Specials Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=specials" />
<link rel="alternate" type="application/rss+xml" title="RSS New Products Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=new_products" />
<link rel="alternate" type="application/rss+xml" title="RSS Upcoming Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=upcoming" />
<link rel="alternate" type="application/rss+xml" title="RSS Featured Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=featured" />
<link rel="alternate" type="application/rss+xml" title="RSS Best Sellers Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=best_sellers" />
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/css" href="http://www.theoutletseason.com/electronics/includes/templates/apple_zen/css/rss.css" media="screen"?>
<!-- generator="Outlet Season RSS Feed/"v 2.1.4 14.02.2008 15:26 -->
<rss version="2.0"
xmlns:g="http://base.google.com/ns/1.0"
xmlns:c="http://base.google.com/cns/1.0"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
.... skipped ....
</channel>
</rss>
My module generated only this:
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/css" href="http://www.theoutletseason.com/electronics/includes/templates/apple_zen/css/rss.css" media="screen"?>
<!-- generator="Outlet Season RSS Feed/"v 2.1.4 14.02.2008 15:26 -->
<rss version="2.0"
xmlns:g="http://base.google.com/ns/1.0"
xmlns:c="http://base.google.com/cns/1.0"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
.... skipped ....
</channel>
</rss>
and don't ganarate this garbage:
Code:
<link rel="alternate" type="application/rss+xml" title="RSS Specials Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=specials" />
<link rel="alternate" type="application/rss+xml" title="RSS New Products Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=new_products" />
<link rel="alternate" type="application/rss+xml" title="RSS Upcoming Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=upcoming" />
<link rel="alternate" type="application/rss+xml" title="RSS Featured Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=featured" />
<link rel="alternate" type="application/rss+xml" title="RSS Best Sellers Feed" href="http://www.theoutletseason.com/electronics/index.php?main_page=rss_feed&feed=best_sellers" />
Bookmarks