I have a text area field and each and every line in the field get's enclosed by
tags when I output that to the html. I have a search replace method which searches for line breaks and encloses each line within
tags. This works fine if I get the value from the DCR using iwpt_dcr_value and output that to html.
When I try to open the dcr using DCRnode and use the same method it doesn't work because DCRnode strips out the line breaks when it gives the value. Do we have a configuration for avoiding that or the only way out is to write some dirty code.