I am using <dw:Editor id="myEditor" runat="server" Text='<%# Bind("OfficeDescription") %>' /> in a ListView but no matter what I do it keep adding a <p>,</p>to the end of the content every time a make an update.
I know its the editor, because when I make it a TextBox there is no problem