I'm having a css problem after a user clicks the RSS button on the standard text/html module. The rss functionality works fine, a new window opens and the feed it generated on RSS.aspx. The issue i'm having "on multiple sites" it that when the the user clicks the RSS button on the module, the page posts back and it injects
<script>window.open('http://www.mysite.com/DefaultPermissions/Home/tabid/36/moduleid/929/RSS.aspx','_blank')</script>
above the document type. This in turn blows out the css for that page.
I'm having a tough time finding where this injection it taking place, i downloaded the core source and looked through that a bit with no luck. Is this something anyone has come across? Any thoughts?
Jason