I have multisite configured for sub-folders. Every time I try to create an anchor link to content on the same page WordPress is rendering the absolute path in the link on the page.
From this <a href="#test">test</a>
It renders to <a href="http://www.example.com/page#test">test</a>
This is causing problems with fancybox as it needs to see only #test in the href attribute and nothing else.
It's not my theme or plugins causing this i've already switched to twentytwelve and disabled plugins as well as tested on a domain not running multisite. Any suggestions?