BrndBot / BrndBot_old

Main Source Code
0 stars 0 forks source link

Strip white space at beginning and end of text fields #55

Closed AndySwansburg closed 9 years ago

AndySwansburg commented 9 years ago

The text field preview should always be the first line and strip the white space around the text

gmcgath commented 9 years ago

It turns out the textarea element will include all whitespace in its content in the editing box. I've fixed the HTML to avoid any whitespace. I also went through the style set parser and made sure every text field is trimmed. It will be fixed in the May 5 daily build.