I tried to build tabs with jquery. But i recognized that my links
<a href="#tab-1">Tab 1</a>
are converted to
<a href="/#tab-1">Tab 1</a>
Because of the Slash at the beginning the tabs doesn't work. Why is Silverstripe modifiying my anchor links and how can I stop it from doeing this??