Not sure if this is supposed to happen or not, but when saving an update to a script using the new submission form, any line breaks in the description (<br> tags) are replaced with two returns, such that something like this...
code:
A<br>B
...becomes this...
code:
A
B
Bug?