 
 If I have some code, say
Code: Select all
<img src="foo.com">Code: Select all
<img height="25"src="foo.com">Code: Select all
<img height="25" widthsrc=="foo.com">
 That's not happy.
 That's not happy.Suppose I was lazy, and decided to use the autocorrect box instead. I select "width" from the pick-list and press enter. This is what happens:
Code: Select all
<img height="25" width=="foo.com"> Gahh!!!
 Gahh!!! 