If you look at the page:
foobar2000 FAQ
All of the links except for the last one (All strings passed around are char*, how do I get unicode strings?) work.
In the source of the page (ie if you edit it). The link appears fine:
CODE
- `All strings passed around are char*, how do I get unicode strings?`__
__ UnicodeStrings
__ UnicodeStrings
but.. when you view the page normally, the link becomes UnicodeStrings---- which (obviously) is a broken link because the page I made was called UnicodeStrings without the 4 dashes.
The problem appears to be related to the comments at the bottom of the page as if I add the word Test to the bottom of the page after this link (but before the comments) it puts the dashes after the word Test and the link works.
Any ideas?