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

-- 
Software Composition Group, IAM, University of Berne,
Neubrueckstrasse 10, CH-3012 Bern, Switzerland.
tel: +41 (0)31 631 3568, www: http://www.iam.unibe.ch/~tichel

Reply via email to