In IE, the syntax is written out correctly for an anchor on the current page: href=#date
However, in gecko browsers, it puts in the full relative path:
href=/Portal/EditModule.aspx?tabid=174&mid=824#date
I am using URLType="SiteRelative" on my site, but if I remove it OR use Absolute, this behavior occurs.