I have a textarea that displays data from a database. When a user enters / changes text in the textarea, 2 tabs characters are added to the beginning of the text. If I look at the entry in the database after form submission, there are no spaces or tabs at the beginning of the text, and if I...