I'm having an odd problem when creating email links using the editor. All spaces and newlines are being entered into the database as ' ;' (space semi-colon), so the output ends up as something like:
<a href="mailto:test@example.com?subject=Hello ;there;&body=This ;is ;a ;test;">Email me</a>