FIX. RadRichTextEditor - BR tag enclosed in a div should be imported from HTML as a single new line instead of two
RichTextEditor interprets the div tag by adding a new line upon its closing. However, when the content of the div tag is a br tag, the whole combination should be treated as one new line.