In this SO post, the hyperlink is shown incorrectly in my browser (Firefox 3.6.10, WinXP SP3):

Interestingly enough, it is displayed correctly in the editor preview:

|
In this SO post, the hyperlink is shown incorrectly in my browser (Firefox 3.6.10, WinXP SP3):
Interestingly enough, it is displayed correctly in the editor preview:
|
||||
|
Don't know why it shows up properly in the preview, because it shouldn't: that URL is bad.
It contains a space, and as indicated in this recent report, it will cause the URL parser to treat the footer as normal text. In this scenario, though, the solution is to escape the space. And as noted in a few other questions like here, the parentheses might need to be escaped as well; I'm not quite sure since the footer syntax doesn't use parentheses. |
|||
|
|
|
While, as Grace notes (no pun intended), the URL illegally contains a space and hence shouldn't display correctly, you're right in so far that it should look just as broken in the preview. This will be the case after the next build. |
|||
|
|
[status-bydesign]because it's essentially malformed input. – Jon Seigel Oct 15 '10 at 16:51