When I have a link like this:
http://domain.com/my-page#section

It works, but when I use a relative link:

/my-page#section

It get's encoded to:

/my-page%23section

This doesn't work of course. Any ideas to fix it?