For some obscure reason, <%= auto_discovery_link_tag %> generates the
following html code:
<link href="http://mysite.com/" rel="alternate" title="RSS"
type="application/rss+xml" />
This is wrong html. Where does the problem come from? Bug from Rails
2.1.0?