While using radEditor, If we try to get the value of the editor using "get_html()" function, <br /> tag gets appended in the end if the radEditor is empty.
I tried using "get_html(true)" function. In this case ,<br /> is not appended at the end but the trailing space gets truncated.
How should I fetch the value from RadEditor so that <br /> is not appended at the end and also the trailing space is not truncated ?