Loading...
 
Features / Usability

Features / Usability


SPLIT does not support line breaks?

posts: 18 Germany

I noticed that in Tiki 1.7.4 and also in 1.8 final,
the SPLIT module does not support line breaks by using empty lines, e.g.

A

B

C

D
E

F


This is how it looks:

A

B

C

D
E

F


while one would expect

A

B

C | E
D | F

Is there a reason for this behaviour?

It could be fixed by replacing \n's in the SPLIT plugin with s.

posts: 2881 United Kingdom

Hi

Its been fixed in 1.8.1 current CVS about 2 days ago. See ReleaseProcess181

Damian