I've got a feature that I'd like to get rid of... If I create a link with a file://\\testserver\testdir\test.ppt it automatically appends a \ (backslash) at the end, so the link is changed to file://\\testserver\testdir\test.ppt\ instead.
That's a problem, as it then kindof ruins the file:// link :-/
I KNOW that the Windows way of specifiying links with \\ in href's aren't correct, but the users of my forum insists of doing it that way

Is there some way of getting rid of that backslash at the end of the link?!
Thanks
Anders