News Module - a few requests
Posted: Wed May 11, 2005 2:51 pm
Since the news module is currently being rewritten, I figured I might as well list a few suggestions/bugfixes and maybe you'll have time to include them:
- In function GetDisplayRSSTemplate(), there's a line break at the beginning of the return text. That line break completely breaks RSSReader, SharpReader, and FeedValidator, since they require the first line of a rss feed to be {$entry->category}" inside the element.
- You are not capitalizing the element correctly; it should be (the D should be capitalized).
- Is it possible to serve the feed page as "application/rss+xml" instead of "text/html"?