OK. Now I get it. Yes, this is a small artifact of a larger problem. Basically, the problem goes that CRLFs are the line breaks for HTML files and that CRs are the line breaks for Squeak. In order for Swikis to process page information fast, I've had to do some ugly things. One of the ugly things is that link and newLink templates should be CR delimited, because they are being used internally, while instead they are CRLF delimited. Sucks. Basically, you can't have any spaces in them.
At some point, when I had large amount of free time on my hand, I will come up with a better strategy to deal with this, but for the time being you might want to just leave it without a line break. Or, go into the place where it is called (in TextFormatter) and put a (TextFormatter crlfToCr:) function in there to turn CRLFs into CRs. If you can't find it, I can give more specific hints. Peace and Luck! Je77
