Any update to LDEV-2638

Hi team,

May I know if there is any update to [LDEV-2638] - Lucee, I got the same problem. And also I use below to generate a file, there will be 5 empty rows in the file first.

riiiriririr

image

@Daniel_Huang Try this workaround to solve the issue
use <cfprocessingdirective suppresswhitespace="true"> or enable Whitespace management in admin->Settings->output->Whitespace management

@cfmitrah Thanks for your advice, I tried using , it was adding one more empty line in the file. But it works perfectly for me after I changed the setting in admin->Settings->output->Whitespace management. Thanks very much again for the quick response.

Selected “Smart whitespace management”, will remove all the extra lines
Selected “Simple whitespace management”, will keep one line remaining.