I am trying to use the Editor and whenever I type in the a line in the visual part of the editor and hit enter it places a
tag in the html view when the proper html should be
. I was looking through / debugging the JavaScript and found where it is looking to see if tags that it adds are single tags, but I could not see anything that was actually putting these into place (putting in log lines would never show that it was testing for a br tag). The browser I am using is Firefox, is this something the browser is doing? or the Meteora JavaScript is doing? If it is the script can I get pointed in the right direction to fix this? -Thanks