Michiel Meeuwissen wrote: > Martijn Houtman wrote: > > The problem can be solved by changing wizard.xsl as follows: > > > > <!-- replaced to remove extra carriage returns > > <xsl:value-of select="value" /> > > --> > > <xsl:value-of select="translate(value,' ','')" /> > > I could not reproduce the bug, but would this fix not be a bit rude? Does this not take away all > newlines? Can you have newline at all in the text-area now?
I have the problem with MMbase on Win2k and there may be no problem on Unix, because an end of line in Windows is carriage-return/line-feed and in Unix it is end of line. The problem is the following. The first time you save everything is ok in the database. When you load it again then before every end of line there is a code inserted, which effectively doubles the end of line when you are editing and saving again. The fix works for well for me and inserting newlines works well. Martijn Houtman
