hi, i have to output the content of some RTE field to a string in a json object. this leads to problems when there are line breaks. so i though i use: stdWrap.br = 1 to convert line breaks to <br /> tags. well, there are <br /> tags now, but the line breaks also still are there. how could i solve this?