Bugfix while displaying content of textarea-entered text (Strings with format=String.TEXT): for displaying again textarea content, I replaced 'backslash n' with html br tags, but in some cases carriage returns are stored as a sequence of 'backslah r' and 'backslah n' chars. In this case, 'backslash r' chars were left alone in the HTML page, producing sometimes strange behaviour within the browser.
This commit is contained in:
parent
3fc5bc8418
commit
39321b2d38
5 changed files with 25 additions and 12 deletions
|
@ -1 +1 @@
|
|||
0.6.3
|
||||
0.6.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue