Lucee4 icon indicating copy to clipboard operation
Lucee4 copied to clipboard

Update StringDataSource.java

Open paulklinkenberg opened this issue 9 years ago • 1 comments

Fixing a bug with unwanted line wrapping of text and html e-mails: WordUtils.wrap treats the incoming string as one line, regardless of line breaks within the string.

paulklinkenberg avatar Sep 24 '15 08:09 paulklinkenberg

in fact the problem with ie was related to the css class definitions in the dump tag. we will adapt this change but we have to rewrite int a little bit, we never use the split method in cases like this because it is a regex method, for that we use the Lucee ListUtil and we also have centralized System property calls. In addition we will also adapt it for Lucee 5. so i keep this pull open but we will adapt it asap.

micstriit avatar Dec 07 '15 09:12 micstriit