Of course, the 'Swiki way' is preceeding the lines with ='s, but still...
Sander Tichelaar wrote:
>
> I saw that the Swiki translates the following Swiki code:
>
> <pre>
> This is some line of preformatted text.
> And this is another one.
> </pre>
>
> into the following HTML:
>
> <pre><br>
> This is some line of preformatted text.<br>
> And this is another one.<br>
> </pre><br>
>
> As far as I can see this is a bug. The line feeds in the preformatted text
> already start a new line. The <br> start a second one. Which is not what
> you
> want. (It also makes the preformatted text look horrible).
>
> Cheers,
>
> Sander